#D487DD

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

Shades of Orchid #D487DD

Tints of Orchid #D487DD

Color information

#D487DD (or 0xD487DD) is unknown color: approx Orchid. HEX triplet: D4, 87 and DD. RGB value is (212,135,221). Sum of RGB (Red+Green+Blue) = 212+135+221=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D487DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DD is #2B7822. Grayscale: #A7A7A7. Windows color (decimal): -2848803 or 14518228. OLE color: 14518228.

HSL color Cylindrical-coordinate representation of color #D487DD: hue angle of 293.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D487DD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212135221-
CMYK0.040.3900.13
HSL293.72º55.84%69.8%-
HSV(B)293.72º38.91%86.67%-
XYZ48.8736.5572.89-
YUV167.83158.01159.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=37.32%
G=23.77%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121352210.040.3900.13293.7255.8469.8
HexD487DD4270D1263846
Octal32420733544701544670106
Binary110101001000011111011101100100111011011001001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487DD; }

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

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

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

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

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

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

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

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