Html Css Color HEX #D86ED9 Orchid

📋 copy color: '#D86ED9'

red 216 ◦ green 110 ◦ blue 217

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

Shades of Orchid #D86ED9

Tints of Orchid #D86ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 39.78%
G = 20.26%
B = 39.96%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D86ED9 (or 0xD86ED9) is known color: Orchid. HEX triplet: D8, 6E and D9. RGB value is (216,110,217). Sum of RGB (Red+Green+Blue) = 216+110+217=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #D86ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ED9 is #279126. Grayscale: #999999. Windows color (decimal): -2593063 or 14249688. OLE color: 14249688.

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

Color convert

RGB 216 110 217 -
CMYK 0.00 0.49 0 0.15
HSL 299.44º 0.58% 0.64% -
HSV(B) 299.44º 0.49% 0.85% -
XYZ 46.42 30.76 69.14 -
YUV 153.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 216 110 217 0.00 0.49 0 0.15 299.44 0.58 0.64
Hex D8 6E D9 0 31 0 F 12B 3A 40
Octal 330 156 331 0 61 0 17 453 72 100
Binary 11011000 1101110 11011001 0 110001 0 1111 100101011 111010 1000000

Color Harmonies of #D86ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ED9

Black with #D86ED9

Text Example


Text Example

White with #D86ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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