#D482DD

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

Shades of Orchid #D482DD

Tints of Orchid #D482DD

Color information

#D482DD (or 0xD482DD) is unknown color: approx Orchid. HEX triplet: D4, 82 and DD. RGB value is (212,130,221). Sum of RGB (Red+Green+Blue) = 212+130+221=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D482DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482DD is #2B7D22. Grayscale: #A4A4A4. Windows color (decimal): -2850083 or 14516948. OLE color: 14516948.

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

Color convert

RGB212130221-
CMYK0.040.4100.13
HSL294.07º57.23%68.82%-
HSV(B)294.07º41.18%86.67%-
XYZ48.1935.1872.66-
YUV164.89159.67161.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=37.66%
G=23.09%
B=39.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121302210.040.4100.13294.0757.2368.82
HexD482DD4290D1263945
Octal32420233545101544671105
Binary110101001000001011011101100101001011011001001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D482DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D482DD; }

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

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

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

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

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

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

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

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