#CF66CA

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

Shades of Orchid #CF66CA

Tints of Orchid #CF66CA

Color information

#CF66CA (or 0xCF66CA) is unknown color: approx Orchid. HEX triplet: CF, 66 and CA. RGB value is (207,102,202). Sum of RGB (Red+Green+Blue) = 207+102+202=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CA is #309935. Grayscale: #909090. Windows color (decimal): -3184950 or 13264591. OLE color: 13264591.

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

Color convert

RGB207102202-
CMYK00.510.020.19
HSL302.86º52.24%60.59%-
HSV(B)302.86º50.72%81.18%-
XYZ41.1427.0358.93-
YUV144.79160.29172.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=40.51%
G=19.96%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710220200.510.020.19302.8652.2460.59
HexCF66CA03321312f343d
Octal3171463120632234576475
Binary1100111111001101100101001100111010011100101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66CA; }

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

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

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

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

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

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

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

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