Html Css Color HEX #D86EBC Orchid

📋 copy color: '#D86EBC'

red 216 ◦ green 110 ◦ blue 188

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

Shades of Orchid #D86EBC

Tints of Orchid #D86EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 42.02%
G = 21.4%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D86EBC (or 0xD86EBC) is known color: Orchid. HEX triplet: D8, 6E and BC. RGB value is (216,110,188). Sum of RGB (Red+Green+Blue) = 216+110+188=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EBC is #279143. Grayscale: #969696. Windows color (decimal): -2593092 or 12349144. OLE color: 12349144.

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

Color convert

RGB 216 110 188 -
CMYK 0 0.49 0.13 0.15
HSL 315.85º 0.58% 0.64% -
HSV(B) 315.85º 0.49% 0.85% -
XYZ 42.97 29.38 50.98 -
YUV 150.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 216 110 188 0 0.49 0.13 0.15 315.85 0.58 0.64
Hex D8 6E BC 0 31 D F 13C 3A 40
Octal 330 156 274 0 61 15 17 474 72 100
Binary 11011000 1101110 10111100 0 110001 1101 1111 100111100 111010 1000000

Color Harmonies of #D86EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EBC

Black with #D86EBC

Text Example


Text Example

White with #D86EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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