Html Css Color HEX #D86EC1 Orchid

📋 copy color: '#D86EC1'

red 216 ◦ green 110 ◦ blue 193

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

Shades of Orchid #D86EC1

Tints of Orchid #D86EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 41.62%
G = 21.19%
B = 37.19%

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

#D86EC1 (or 0xD86EC1) is known color: Orchid. HEX triplet: D8, 6E and C1. RGB value is (216,110,193). Sum of RGB (Red+Green+Blue) = 216+110+193=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EC1 is #27913E. Grayscale: #969696. Windows color (decimal): -2593087 or 12676824. OLE color: 12676824.

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

Color convert

RGB 216 110 193 -
CMYK 0 0.49 0.11 0.15
HSL 313.02º 0.58% 0.64% -
HSV(B) 313.02º 0.49% 0.85% -
XYZ 43.52 29.6 53.87 -
YUV 151.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 216 110 193 0 0.49 0.11 0.15 313.02 0.58 0.64
Hex D8 6E C1 0 31 B F 139 3A 40
Octal 330 156 301 0 61 13 17 471 72 100
Binary 11011000 1101110 11000001 0 110001 1011 1111 100111001 111010 1000000

Color Harmonies of #D86EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EC1

Black with #D86EC1

Text Example


Text Example

White with #D86EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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