#CF6CCA

Color #CF6CCA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF6CCA

Tints of Orchid #CF6CCA

Color information

#CF6CCA (or 0xCF6CCA) is unknown color: approx Orchid. HEX triplet: CF, 6C and CA. RGB value is (207,108,202). Sum of RGB (Red+Green+Blue) = 207+108+202=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCA is #309335. Grayscale: #949494. Windows color (decimal): -3183414 or 13266127. OLE color: 13266127.

HSL color Cylindrical-coordinate representation of color #CF6CCA: hue angle of 303.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CCA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207108202-
CMYK00.480.020.19
HSL303.03º50.77%61.76%-
HSV(B)303.03º47.83%81.18%-
XYZ41.7628.2559.13-
YUV148.32158.3169.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 108 (42.58% from 255) = 20.89%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=40.04%
G=20.89%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710820200.480.020.19303.0350.7761.76
HexCF6CCA03021312f333e
Octal3171543120602234576376
Binary1100111111011001100101001100001010011100101111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CCA; }

 p { color: rgb(207,108,202); }

 H1.HeaderClassName
 {
   color: #CF6CCA;
 }
 .AnyTagClassName
 {
   color: #CF6CCA;
 }
</style>
background-color css

<style>
 a { background-color: #CF6CCA; }

 a { background-color: rgb(207,108,202); }

 div.DivClassName
 {
   background-color: #CF6CCA;
 }
 .BgClassName
 {
   background-color: #CF6CCA;
 }
</style>
border-color css

<style>
 span { border-color: #CF6CCA; }

 span { border-color: rgb(207,108,202); }

 td.TdClassName
 {
   border-color: #CF6CCA;
 }
 .TagClassName
 {
   border-color: #CF6CCA;
 }
</style>