#CF67C9

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

Shades of Orchid #CF67C9

Tints of Orchid #CF67C9

Color information

#CF67C9 (or 0xCF67C9) is unknown color: approx Orchid. HEX triplet: CF, 67 and C9. RGB value is (207,103,201). Sum of RGB (Red+Green+Blue) = 207+103+201=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C9 is #309836. Grayscale: #909090. Windows color (decimal): -3184695 or 13199311. OLE color: 13199311.

HSL color Cylindrical-coordinate representation of color #CF67C9: hue angle of 303.46º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67C9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207103201-
CMYK00.500.030.19
HSL303.46º52%60.78%-
HSV(B)303.46º50.24%81.18%-
XYZ41.1227.1858.34-
YUV145.27159.46172.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=40.51%
G=20.16%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710320100.500.030.19303.465260.78
HexCF67C903231312f343d
Octal3171473110623234576475
Binary1100111111001111100100101100101110011100101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF67C9; }

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

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

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

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

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

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

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

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