Html Css Color HEX #DB87DD Orchid

📋 copy color: '#DB87DD'

red 219 ◦ green 135 ◦ blue 221

#DB87DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB87DD

Tints of Orchid #DB87DD

RGB

 RED value IS 219 (85.94% from 255) = 38.09%

 GREEN value IS 135 (53.13% 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 value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB87DD (or 0xDB87DD) is known color: 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

RGB 219 135 221 -
CMYK 0.01 0.39 0 0.13
HSL 298.6º 0.56% 0.7% -
HSV(B) 298.6º 0.39% 0.87% -
XYZ 50.93 37.61 72.98 -
YUV 169.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 219 135 221 0.01 0.39 0 0.13 298.6 0.56 0.7
Hex DB 87 DD 1 27 0 D 12B 38 46
Octal 333 207 335 1 47 0 15 453 70 106
Binary 11011011 10000111 11011101 1 100111 0 1101 100101011 111000 1000110

Color Harmonies of #DB87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87DD

Black with #DB87DD

Text Example


Text Example

White with #DB87DD

Text Example


Text Example

HTML Codes & Css Web 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>