Html Css Color HEX #DB86DB Orchid

📋 copy color: '#DB86DB'

red 219 ◦ green 134 ◦ blue 219

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

Shades of Orchid #DB86DB

Tints of Orchid #DB86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.43%

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

R = 38.29%
G = 23.43%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB86DB (or 0xDB86DB) is known color: Orchid. HEX triplet: DB, 86 and DB. RGB value is (219,134,219). Sum of RGB (Red+Green+Blue) = 219+134+219=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86DB is #247924. Grayscale: #A8A8A8. Windows color (decimal): -2390309 or 14386907. OLE color: 14386907.

HSL color Cylindrical-coordinate representation of color #DB86DB: 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.39%. Process color model (Four color, CMYK) of #DB86DB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 219 -
CMYK 0 0.39 0 0.14
HSL 300º 0.54% 0.69% -
HSV(B) 300º 0.39% 0.86% -
XYZ 50.52 37.22 71.54 -
YUV 169.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 219 134 219 0 0.39 0 0.14 300 0.54 0.69
Hex DB 86 DB 0 27 0 E 12C 36 45
Octal 333 206 333 0 47 0 16 454 66 105
Binary 11011011 10000110 11011011 0 100111 0 1110 100101100 110110 1000101

Color Harmonies of #DB86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86DB

Black with #DB86DB

Text Example


Text Example

White with #DB86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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