#D082E5

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

Shades of Orchid #D082E5

Tints of Orchid #D082E5

Color information

#D082E5 (or 0xD082E5) is unknown color: approx Orchid. HEX triplet: D0, 82 and E5. RGB value is (208,130,229). Sum of RGB (Red+Green+Blue) = 208+130+229=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #D082E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082E5 is #2F7D1A. Grayscale: #A4A4A4. Windows color (decimal): -3112219 or 15041232. OLE color: 15041232.

HSL color Cylindrical-coordinate representation of color #D082E5: hue angle of 287.27º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D082E5 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208130229-
CMYK0.090.4300.10
HSL287.27º65.56%70.39%-
HSV(B)287.27º43.23%89.8%-
XYZ48.1435.0378.35-
YUV164.61164.34158.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 229 (89.84% from 255) = 40.39%
R=36.68%
G=22.93%
B=40.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081302290.090.4300.10287.2765.5670.39
HexD082E592B0A11f4246
Octal3202023451153012437102106
Binary11010000100000101110010110011010110101010001111110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082E5; }

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

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

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

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

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

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

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

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