Html Css Color HEX #DB87DB Orchid

📋 copy color: '#DB87DB'

red 219 ◦ green 135 ◦ blue 219

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

Shades of Orchid #DB87DB

Tints of Orchid #DB87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.56%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 38.22%
G = 23.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB87DB (or 0xDB87DB) is known color: Orchid. HEX triplet: DB, 87 and DB. RGB value is (219,135,219). Sum of RGB (Red+Green+Blue) = 219+135+219=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87DB is #247824. Grayscale: #A9A9A9. Windows color (decimal): -2390053 or 14387163. OLE color: 14387163.

HSL color Cylindrical-coordinate representation of color #DB87DB: hue angle of 300º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87DB is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 219 -
CMYK 0 0.38 0 0.14
HSL 300º 0.54% 0.69% -
HSV(B) 300º 0.38% 0.86% -
XYZ 50.66 37.5 71.59 -
YUV 169.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 219 135 219 0 0.38 0 0.14 300 0.54 0.69
Hex DB 87 DB 0 26 0 E 12C 36 45
Octal 333 207 333 0 46 0 16 454 66 105
Binary 11011011 10000111 11011011 0 100110 0 1110 100101100 110110 1000101

Color Harmonies of #DB87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87DB

Black with #DB87DB

Text Example


Text Example

White with #DB87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87DB; }

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

 H1.HeaderClassName
 {
   color: #DB87DB;
 }
 .AnyTagClassName
 {
   color: #DB87DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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