Html Css Color HEX #DB86DA Orchid

📋 copy color: '#DB86DA'

red 219 ◦ green 134 ◦ blue 218

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

Shades of Orchid #DB86DA

Tints of Orchid #DB86DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 38.35%
G = 23.47%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB86DA (or 0xDB86DA) is known color: Orchid. HEX triplet: DB, 86 and DA. RGB value is (219,134,218). Sum of RGB (Red+Green+Blue) = 219+134+218=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86DA is #247925. Grayscale: #A8A8A8. Windows color (decimal): -2390310 or 14321371. OLE color: 14321371.

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

Color convert

RGB 219 134 218 -
CMYK 0 0.39 0.00 0.14
HSL 300.71º 0.54% 0.69% -
HSV(B) 300.71º 0.39% 0.86% -
XYZ 50.39 37.17 70.85 -
YUV 168.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 219 134 218 0 0.39 0.00 0.14 300.71 0.54 0.69
Hex DB 86 DA 0 27 0 E 12D 36 45
Octal 333 206 332 0 47 0 16 455 66 105
Binary 11011011 10000110 11011010 0 100111 0 1110 100101101 110110 1000101

Color Harmonies of #DB86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86DA

Black with #DB86DA

Text Example


Text Example

White with #DB86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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