Html Css Color HEX #D86EC0 Orchid

📋 copy color: '#D86EC0'

red 216 ◦ green 110 ◦ blue 192

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

Shades of Orchid #D86EC0

Tints of Orchid #D86EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 41.7%
G = 21.24%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D86EC0 (or 0xD86EC0) is known color: Orchid. HEX triplet: D8, 6E and C0. RGB value is (216,110,192). Sum of RGB (Red+Green+Blue) = 216+110+192=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EC0 is #27913F. Grayscale: #969696. Windows color (decimal): -2593088 or 12611288. OLE color: 12611288.

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

Color convert

RGB 216 110 192 -
CMYK 0 0.49 0.11 0.15
HSL 313.58º 0.58% 0.64% -
HSV(B) 313.58º 0.49% 0.85% -
XYZ 43.41 29.56 53.29 -
YUV 151.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 216 110 192 0 0.49 0.11 0.15 313.58 0.58 0.64
Hex D8 6E C0 0 31 B F 13A 3A 40
Octal 330 156 300 0 61 13 17 472 72 100
Binary 11011000 1101110 11000000 0 110001 1011 1111 100111010 111010 1000000

Color Harmonies of #D86EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EC0

Black with #D86EC0

Text Example


Text Example

White with #D86EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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