Html Css Color HEX #D86EDF Orchid

📋 copy color: '#D86EDF'

red 216 ◦ green 110 ◦ blue 223

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

Shades of Orchid #D86EDF

Tints of Orchid #D86EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 39.34%
G = 20.04%
B = 40.62%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86EDF (or 0xD86EDF) is known color: Orchid. HEX triplet: D8, 6E and DF. RGB value is (216,110,223). Sum of RGB (Red+Green+Blue) = 216+110+223=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D86EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EDF is #279120. Grayscale: #9A9A9A. Windows color (decimal): -2593057 or 14642904. OLE color: 14642904.

HSL color Cylindrical-coordinate representation of color #D86EDF: hue angle of 296.28º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86EDF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 110 223 -
CMYK 0.03 0.51 0 0.13
HSL 296.28º 0.64% 0.65% -
HSV(B) 296.28º 0.51% 0.87% -
XYZ 47.21 31.08 73.32 -
YUV 154.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 216 110 223 0.03 0.51 0 0.13 296.28 0.64 0.65
Hex D8 6E DF 3 33 0 D 128 40 41
Octal 330 156 337 3 63 0 15 450 100 101
Binary 11011000 1101110 11011111 11 110011 0 1101 100101000 1000000 1000001

Color Harmonies of #D86EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EDF

Black with #D86EDF

Text Example


Text Example

White with #D86EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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