Html Css Color HEX #D86EB8 Orchid

📋 copy color: '#D86EB8'

red 216 ◦ green 110 ◦ blue 184

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

Shades of Orchid #D86EB8

Tints of Orchid #D86EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.08%

R = 42.35%
G = 21.57%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86EB8 (or 0xD86EB8) is known color: Orchid. HEX triplet: D8, 6E and B8. RGB value is (216,110,184). Sum of RGB (Red+Green+Blue) = 216+110+184=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB8 is #279147. Grayscale: #959595. Windows color (decimal): -2593096 or 12087000. OLE color: 12087000.

HSL color Cylindrical-coordinate representation of color #D86EB8: hue angle of 318.11º 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 #D86EB8 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 184 -
CMYK 0 0.49 0.15 0.15
HSL 318.11º 0.58% 0.64% -
HSV(B) 318.11º 0.49% 0.85% -
XYZ 42.55 29.21 48.74 -
YUV 150.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 216 110 184 0 0.49 0.15 0.15 318.11 0.58 0.64
Hex D8 6E B8 0 31 F F 13E 3A 40
Octal 330 156 270 0 61 17 17 476 72 100
Binary 11011000 1101110 10111000 0 110001 1111 1111 100111110 111010 1000000

Color Harmonies of #D86EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB8

Black with #D86EB8

Text Example


Text Example

White with #D86EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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