#D282DE

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

Shades of Orchid #D282DE

Tints of Orchid #D282DE

Color information

#D282DE (or 0xD282DE) is unknown color: approx Orchid. HEX triplet: D2, 82 and DE. RGB value is (210,130,222). Sum of RGB (Red+Green+Blue) = 210+130+222=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #D282DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282DE is #2D7D21. Grayscale: #A4A4A4. Windows color (decimal): -2981154 or 14582482. OLE color: 14582482.

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

Color convert

RGB210130222-
CMYK0.050.4100.13
HSL292.17º58.23%69.02%-
HSV(B)292.17º41.44%87.06%-
XYZ47.7534.9473.34-
YUV164.41160.5160.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=37.37%
G=23.13%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101302220.050.4100.13292.1758.2369.02
HexD282DE5290D1243a45
Octal32220233655101544472105
Binary110100101000001011011110101101001011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282DE; }

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

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

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

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

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

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

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

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