Html Css Color HEX #D86EB9 Orchid

📋 copy color: '#D86EB9'

red 216 ◦ green 110 ◦ blue 185

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

Shades of Orchid #D86EB9

Tints of Orchid #D86EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 42.27%
G = 21.53%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D86EB9 (or 0xD86EB9) is known color: Orchid. HEX triplet: D8, 6E and B9. RGB value is (216,110,185). Sum of RGB (Red+Green+Blue) = 216+110+185=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB9 is #279146. Grayscale: #969696. Windows color (decimal): -2593095 or 12152536. OLE color: 12152536.

HSL color Cylindrical-coordinate representation of color #D86EB9: hue angle of 317.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86EB9 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 185 -
CMYK 0 0.49 0.14 0.15
HSL 317.55º 0.58% 0.64% -
HSV(B) 317.55º 0.49% 0.85% -
XYZ 42.65 29.25 49.3 -
YUV 150.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 216 110 185 0 0.49 0.14 0.15 317.55 0.58 0.64
Hex D8 6E B9 0 31 E F 13E 3A 40
Octal 330 156 271 0 61 16 17 476 72 100
Binary 11011000 1101110 10111001 0 110001 1110 1111 100111110 111010 1000000

Color Harmonies of #D86EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB9

Black with #D86EB9

Text Example


Text Example

White with #D86EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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