#D066CF

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

Shades of Orchid #D066CF

Tints of Orchid #D066CF

Color information

#D066CF (or 0xD066CF) is unknown color: approx Orchid. HEX triplet: D0, 66 and CF. RGB value is (208,102,207). Sum of RGB (Red+Green+Blue) = 208+102+207=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CF is #2F9930. Grayscale: #919191. Windows color (decimal): -3119409 or 13592272. OLE color: 13592272.

HSL color Cylindrical-coordinate representation of color #D066CF: hue angle of 300.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066CF is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208102207-
CMYK00.510.000.18
HSL300.57º53%60.78%-
HSV(B)300.57º50.96%81.57%-
XYZ42.0327.4262.11-
YUV145.66162.62172.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 102 (40.23% from 255) = 19.73%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=40.23%
G=19.73%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810220700.510.000.18300.575360.78
HexD066CF03301212d353d
Octal3201463170630224556575
Binary110100001100110110011110110011010010100101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066CF; }

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

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

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

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

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

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

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

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