#D082DD

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

Shades of Orchid #D082DD

Tints of Orchid #D082DD

Color information

#D082DD (or 0xD082DD) is unknown color: approx Orchid. HEX triplet: D0, 82 and DD. RGB value is (208,130,221). Sum of RGB (Red+Green+Blue) = 208+130+221=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D082DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DD is #2F7D22. Grayscale: #A3A3A3. Windows color (decimal): -3112227 or 14516944. OLE color: 14516944.

HSL color Cylindrical-coordinate representation of color #D082DD: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D082DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208130221-
CMYK0.060.4100.13
HSL291.43º57.23%68.82%-
HSV(B)291.43º41.18%86.67%-
XYZ47.0534.672.6-
YUV163.7160.34159.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=37.21%
G=23.26%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081302210.060.4100.13291.4357.2368.82
HexD082DD6290D1233945
Octal32020233565101544371105
Binary110100001000001011011101110101001011011001000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082DD; }

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

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

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

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

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

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

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

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