Html Css Color HEX #DB86CD Orchid

📋 copy color: '#DB86CD'

red 219 ◦ green 134 ◦ blue 205

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

Shades of Orchid #DB86CD

Tints of Orchid #DB86CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 39.25%
G = 24.01%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB86CD (or 0xDB86CD) is known color: Orchid. HEX triplet: DB, 86 and CD. RGB value is (219,134,205). Sum of RGB (Red+Green+Blue) = 219+134+205=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86CD is #247932. Grayscale: #A7A7A7. Windows color (decimal): -2390323 or 13469403. OLE color: 13469403.

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

Color convert

RGB 219 134 205 -
CMYK 0 0.39 0.06 0.14
HSL 309.88º 0.54% 0.69% -
HSV(B) 309.88º 0.39% 0.86% -
XYZ 48.76 36.52 62.24 -
YUV 167.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 219 134 205 0 0.39 0.06 0.14 309.88 0.54 0.69
Hex DB 86 CD 0 27 6 E 136 36 45
Octal 333 206 315 0 47 6 16 466 66 105
Binary 11011011 10000110 11001101 0 100111 110 1110 100110110 110110 1000101

Color Harmonies of #DB86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86CD

Black with #DB86CD

Text Example


Text Example

White with #DB86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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