#D082D8

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

Shades of Orchid #D082D8

Tints of Orchid #D082D8

Color information

#D082D8 (or 0xD082D8) is unknown color: approx Orchid. HEX triplet: D0, 82 and D8. RGB value is (208,130,216). Sum of RGB (Red+Green+Blue) = 208+130+216=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #D082D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D8 is #2F7D27. Grayscale: #A2A2A2. Windows color (decimal): -3112232 or 14189264. OLE color: 14189264.

HSL color Cylindrical-coordinate representation of color #D082D8: hue angle of 294.42º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D082D8 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208130216-
CMYK0.040.4000.15
HSL294.42º52.44%67.84%-
HSV(B)294.42º39.81%84.71%-
XYZ46.3934.3369.15-
YUV163.13157.84160.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=37.55%
G=23.47%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081302160.040.4000.15294.4252.4467.84
HexD082D84280F1263444
Octal32020233045001744664104
Binary110100001000001011011000100101000011111001001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082D8; }

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

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

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

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

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

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

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

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