Html Css Color HEX #D86EDE Orchid

📋 copy color: '#D86EDE'

red 216 ◦ green 110 ◦ blue 222

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

Shades of Orchid #D86EDE

Tints of Orchid #D86EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 39.42%
G = 20.07%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86EDE (or 0xD86EDE) is known color: Orchid. HEX triplet: D8, 6E and DE. RGB value is (216,110,222). Sum of RGB (Red+Green+Blue) = 216+110+222=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #D86EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EDE is #279121. Grayscale: #9A9A9A. Windows color (decimal): -2593058 or 14577368. OLE color: 14577368.

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

Color convert

RGB 216 110 222 -
CMYK 0.03 0.50 0 0.13
HSL 296.79º 0.63% 0.65% -
HSV(B) 296.79º 0.5% 0.87% -
XYZ 47.08 31.02 72.61 -
YUV 154.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 216 110 222 0.03 0.50 0 0.13 296.79 0.63 0.65
Hex D8 6E DE 3 32 0 D 129 3F 41
Octal 330 156 336 3 62 0 15 451 77 101
Binary 11011000 1101110 11011110 11 110010 0 1101 100101001 111111 1000001

Color Harmonies of #D86EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EDE

Black with #D86EDE

Text Example


Text Example

White with #D86EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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