Html Css Color HEX #D86EDC Orchid

📋 copy color: '#D86EDC'

red 216 ◦ green 110 ◦ blue 220

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

Shades of Orchid #D86EDC

Tints of Orchid #D86EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 39.56%
G = 20.15%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D86EDC (or 0xD86EDC) is known color: Orchid. HEX triplet: D8, 6E and DC. RGB value is (216,110,220). Sum of RGB (Red+Green+Blue) = 216+110+220=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D86EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EDC is #279123. Grayscale: #999999. Windows color (decimal): -2593060 or 14446296. OLE color: 14446296.

HSL color Cylindrical-coordinate representation of color #D86EDC: hue angle of 297.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86EDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 110 220 -
CMYK 0.02 0.50 0 0.14
HSL 297.82º 0.61% 0.65% -
HSV(B) 297.82º 0.5% 0.86% -
XYZ 46.81 30.92 71.21 -
YUV 154.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 216 110 220 0.02 0.50 0 0.14 297.82 0.61 0.65
Hex D8 6E DC 2 32 0 E 12A 3D 41
Octal 330 156 334 2 62 0 16 452 75 101
Binary 11011000 1101110 11011100 10 110010 0 1110 100101010 111101 1000001

Color Harmonies of #D86EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EDC

Black with #D86EDC

Text Example


Text Example

White with #D86EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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