#CF66CF

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

Shades of Orchid #CF66CF

Tints of Orchid #CF66CF

Color information

#CF66CF (or 0xCF66CF) is unknown color: approx Orchid. HEX triplet: CF, 66 and CF. RGB value is (207,102,207). Sum of RGB (Red+Green+Blue) = 207+102+207=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CF is #309930. Grayscale: #919191. Windows color (decimal): -3184945 or 13592271. OLE color: 13592271.

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

Color convert

RGB207102207-
CMYK00.5100.19
HSL300º52.24%60.59%-
HSV(B)300º50.72%81.18%-
XYZ41.7527.2762.1-
YUV145.36162.79171.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=40.12%
G=19.77%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710220700.5100.1930052.2460.59
HexCF66CF03301312c343d
Octal3171463170630234546475
Binary110011111100110110011110110011010011100101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66CF; }

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

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

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

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

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

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

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

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