#D082DE

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

Shades of Orchid #D082DE

Tints of Orchid #D082DE

Color information

#D082DE (or 0xD082DE) is unknown color: approx Orchid. HEX triplet: D0, 82 and DE. RGB value is (208,130,222). Sum of RGB (Red+Green+Blue) = 208+130+222=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #D082DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DE is #2F7D21. Grayscale: #A3A3A3. Windows color (decimal): -3112226 or 14582480. OLE color: 14582480.

HSL color Cylindrical-coordinate representation of color #D082DE: hue angle of 290.87º degrees, saturation: 0.58, 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 #D082DE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208130222-
CMYK0.060.4100.13
HSL290.87º58.23%69.02%-
HSV(B)290.87º41.44%87.06%-
XYZ47.1834.6573.31-
YUV163.81160.84159.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=37.14%
G=23.21%
B=39.64%

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
Decimal2081302220.060.4100.13290.8758.2369.02
HexD082DE6290D1233a45
Octal32020233665101544372105
Binary110100001000001011011110110101001011011001000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082DE; }

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

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

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

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

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

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

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

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