Html Css Color HEX #D86EC2 Orchid

📋 copy color: '#D86EC2'

red 216 ◦ green 110 ◦ blue 194

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

Shades of Orchid #D86EC2

Tints of Orchid #D86EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 41.54%
G = 21.15%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D86EC2 (or 0xD86EC2) is known color: Orchid. HEX triplet: D8, 6E and C2. RGB value is (216,110,194). Sum of RGB (Red+Green+Blue) = 216+110+194=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EC2 is #27913D. Grayscale: #979797. Windows color (decimal): -2593086 or 12742360. OLE color: 12742360.

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

Color convert

RGB 216 110 194 -
CMYK 0 0.49 0.10 0.15
HSL 312.45º 0.58% 0.64% -
HSV(B) 312.45º 0.49% 0.85% -
XYZ 43.63 29.65 54.46 -
YUV 151.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 216 110 194 0 0.49 0.10 0.15 312.45 0.58 0.64
Hex D8 6E C2 0 31 A F 138 3A 40
Octal 330 156 302 0 61 12 17 470 72 100
Binary 11011000 1101110 11000010 0 110001 1010 1111 100111000 111010 1000000

Color Harmonies of #D86EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EC2

Black with #D86EC2

Text Example


Text Example

White with #D86EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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