#D066D2

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

Shades of Orchid #D066D2

Tints of Orchid #D066D2

Color information

#D066D2 (or 0xD066D2) is unknown color: approx Orchid. HEX triplet: D0, 66 and D2. RGB value is (208,102,210). Sum of RGB (Red+Green+Blue) = 208+102+210=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #D066D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D2 is #2F992D. Grayscale: #919191. Windows color (decimal): -3119406 or 13788880. OLE color: 13788880.

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

Color convert

RGB208102210-
CMYK0.010.5100.18
HSL298.89º54.55%61.18%-
HSV(B)298.89º51.43%82.35%-
XYZ42.427.5764.06-
YUV146.01164.12172.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=40%
G=19.62%
B=40.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081022100.010.5100.18298.8954.5561.18
HexD066D213301212b373d
Octal3201463221630224536775
Binary110100001100110110100101110011010010100101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066D2; }

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

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

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

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

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

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

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

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