#D482DE

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

Shades of Orchid #D482DE

Tints of Orchid #D482DE

Color information

#D482DE (or 0xD482DE) is unknown color: approx Orchid. HEX triplet: D4, 82 and DE. RGB value is (212,130,222). Sum of RGB (Red+Green+Blue) = 212+130+222=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D482DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482DE is #2B7D21. Grayscale: #A4A4A4. Windows color (decimal): -2850082 or 14582484. OLE color: 14582484.

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

Color convert

RGB212130222-
CMYK0.050.4100.13
HSL293.48º58.23%69.02%-
HSV(B)293.48º41.44%87.06%-
XYZ48.3235.2473.36-
YUV165.01160.17161.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=37.59%
G=23.05%
B=39.36%

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
Decimal2121302220.050.4100.13293.4858.2369.02
HexD482DE5290D1253a45
Octal32420233655101544572105
Binary110101001000001011011110101101001011011001001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482DE; }

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

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

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

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

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

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

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

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