Html Css Color HEX #D86EDB Orchid

📋 copy color: '#D86EDB'

red 216 ◦ green 110 ◦ blue 219

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

Shades of Orchid #D86EDB

Tints of Orchid #D86EDB

RGB

 RED value IS 216 (84.77% from 255) = 39.63%

 GREEN value IS 110 (43.36% from 255) = 20.18%

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

R = 39.63%
G = 20.18%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D86EDB (or 0xD86EDB) is known color: Orchid. HEX triplet: D8, 6E and DB. RGB value is (216,110,219). Sum of RGB (Red+Green+Blue) = 216+110+219=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EDB is #279124. Grayscale: #999999. Windows color (decimal): -2593061 or 14380760. OLE color: 14380760.

HSL color Cylindrical-coordinate representation of color #D86EDB: hue angle of 298.35º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86EDB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 110 219 -
CMYK 0.01 0.50 0 0.14
HSL 298.35º 0.6% 0.65% -
HSV(B) 298.35º 0.5% 0.86% -
XYZ 46.68 30.87 70.52 -
YUV 154.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 216 110 219 0.01 0.50 0 0.14 298.35 0.6 0.65
Hex D8 6E DB 1 32 0 E 12A 3C 41
Octal 330 156 333 1 62 0 16 452 74 101
Binary 11011000 1101110 11011011 1 110010 0 1110 100101010 111100 1000001

Color Harmonies of #D86EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EDB

Black with #D86EDB

Text Example


Text Example

White with #D86EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EDB; }

 p { color: rgb(216,110,219); }

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

background-color css

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

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

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

border-color css

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

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

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