#CF66CC

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

Shades of Orchid #CF66CC

Tints of Orchid #CF66CC

Color information

#CF66CC (or 0xCF66CC) is unknown color: approx Orchid. HEX triplet: CF, 66 and CC. RGB value is (207,102,204). Sum of RGB (Red+Green+Blue) = 207+102+204=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CC is #309933. Grayscale: #909090. Windows color (decimal): -3184948 or 13395663. OLE color: 13395663.

HSL color Cylindrical-coordinate representation of color #CF66CC: hue angle of 301.71º 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 #CF66CC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207102204-
CMYK00.510.010.19
HSL301.71º52.24%60.59%-
HSV(B)301.71º50.72%81.18%-
XYZ41.3827.1360.18-
YUV145.02161.29172.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=40.35%
G=19.88%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710220400.510.010.19301.7152.2460.59
HexCF66CC03311312e343d
Octal3171463140631234566475
Binary110011111100110110011000110011110011100101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66CC; }

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

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

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

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

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

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

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

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