Html Css Color HEX #D86ED0 Orchid

📋 copy color: '#D86ED0'

red 216 ◦ green 110 ◦ blue 208

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

Shades of Orchid #D86ED0

Tints of Orchid #D86ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 40.45%
G = 20.6%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D86ED0 (or 0xD86ED0) is known color: Orchid. HEX triplet: D8, 6E and D0. RGB value is (216,110,208). Sum of RGB (Red+Green+Blue) = 216+110+208=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ED0 is #27912F. Grayscale: #989898. Windows color (decimal): -2593072 or 13659864. OLE color: 13659864.

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

Color convert

RGB 216 110 208 -
CMYK 0 0.49 0.04 0.15
HSL 304.53º 0.58% 0.64% -
HSV(B) 304.53º 0.49% 0.85% -
XYZ 45.28 30.3 63.14 -
YUV 152.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 216 110 208 0 0.49 0.04 0.15 304.53 0.58 0.64
Hex D8 6E D0 0 31 4 F 131 3A 40
Octal 330 156 320 0 61 4 17 461 72 100
Binary 11011000 1101110 11010000 0 110001 100 1111 100110001 111010 1000000

Color Harmonies of #D86ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ED0

Black with #D86ED0

Text Example


Text Example

White with #D86ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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