#D082D7

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

Shades of Orchid #D082D7

Tints of Orchid #D082D7

Color information

#D082D7 (or 0xD082D7) is unknown color: approx Orchid. HEX triplet: D0, 82 and D7. RGB value is (208,130,215). Sum of RGB (Red+Green+Blue) = 208+130+215=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #D082D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D7 is #2F7D28. Grayscale: #A2A2A2. Windows color (decimal): -3112233 or 14123728. OLE color: 14123728.

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

Color convert

RGB208130215-
CMYK0.030.4000.16
HSL295.06º51.52%67.65%-
HSV(B)295.06º39.53%84.31%-
XYZ46.2634.2868.47-
YUV163.01157.34160.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=37.61%
G=23.51%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081302150.030.4000.16295.0651.5267.65
HexD082D73280101273444
Octal32020232735002044764104
Binary110100001000001011010111111010000100001001001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082D7; }

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

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

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

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

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

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

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

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