#CF66DC

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

Shades of Orchid #CF66DC

Tints of Orchid #CF66DC

Color information

#CF66DC (or 0xCF66DC) is unknown color: approx Orchid. HEX triplet: CF, 66 and DC. RGB value is (207,102,220). Sum of RGB (Red+Green+Blue) = 207+102+220=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DC is #309923. Grayscale: #929292. Windows color (decimal): -3184932 or 14444239. OLE color: 14444239.

HSL color Cylindrical-coordinate representation of color #CF66DC: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF66DC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207102220-
CMYK0.060.5400.14
HSL293.39º62.77%63.14%-
HSV(B)293.39º53.64%86.27%-
XYZ43.427.9470.81-
YUV146.85169.29170.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=39.13%
G=19.28%
B=41.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071022200.060.5400.14293.3962.7763.14
HexCF66DC6360E1253f3f
Octal3171463346660164457777
Binary1100111111001101101110011011011001110100100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66DC; }

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

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

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

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

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

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

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

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