#D082DC

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

Shades of Orchid #D082DC

Tints of Orchid #D082DC

Color information

#D082DC (or 0xD082DC) is unknown color: approx Orchid. HEX triplet: D0, 82 and DC. RGB value is (208,130,220). Sum of RGB (Red+Green+Blue) = 208+130+220=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D082DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DC is #2F7D23. Grayscale: #A3A3A3. Windows color (decimal): -3112228 or 14451408. OLE color: 14451408.

HSL color Cylindrical-coordinate representation of color #D082DC: hue angle of 292º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D082DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208130220-
CMYK0.050.4100.14
HSL292º56.25%68.63%-
HSV(B)292º40.91%86.27%-
XYZ46.9134.5471.9-
YUV163.58159.84159.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=37.28%
G=23.30%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081302200.050.4100.1429256.2568.63
HexD082DC5290E1243845
Octal32020233455101644470105
Binary110100001000001011011100101101001011101001001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082DC; }

 p { color: rgb(208,130,220); }

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

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

 a { background-color: rgb(208,130,220); }

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

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

 span { border-color: rgb(208,130,220); }

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