#DB87DD

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

Shades of Orchid #DB87DD

Tints of Orchid #DB87DD

Color information

#DB87DD (or 0xDB87DD) is unknown color: approx Orchid. HEX triplet: DB, 87 and DD. RGB value is (219,135,221). Sum of RGB (Red+Green+Blue) = 219+135+221=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87DD is #247822. Grayscale: #A9A9A9. Windows color (decimal): -2390051 or 14518235. OLE color: 14518235.

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

Color convert

RGB219135221-
CMYK0.010.3900.13
HSL298.6º55.84%69.8%-
HSV(B)298.6º38.91%86.67%-
XYZ50.9337.6172.98-
YUV169.92156.83163.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=38.09%
G=23.48%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191352210.010.3900.13298.655.8469.8
HexDB87DD1270D12b3846
Octal33320733514701545370106
Binary1101101110000111110111011100111011011001010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB87DD; }

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

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

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

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

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

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

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

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