#CF6DC9

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

Shades of Orchid #CF6DC9

Tints of Orchid #CF6DC9

Color information

#CF6DC9 (or 0xCF6DC9) is unknown color: approx Orchid. HEX triplet: CF, 6D and C9. RGB value is (207,109,201). Sum of RGB (Red+Green+Blue) = 207+109+201=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC9 is #309236. Grayscale: #949494. Windows color (decimal): -3183159 or 13200847. OLE color: 13200847.

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

Color convert

RGB207109201-
CMYK00.470.030.19
HSL303.67º50.52%61.96%-
HSV(B)303.67º47.34%81.18%-
XYZ41.7428.4258.54-
YUV148.79157.47169.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=40.04%
G=21.08%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710920100.470.030.19303.6750.5261.96
HexCF6DC902F313130333e
Octal3171553110573234606376
Binary1100111111011011100100101011111110011100110000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DC9; }

 p { color: rgb(207,109,201); }

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

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

 a { background-color: rgb(207,109,201); }

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

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

 span { border-color: rgb(207,109,201); }

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