Html Css Color HEX #D86EC3 Orchid

📋 copy color: '#D86EC3'

red 216 ◦ green 110 ◦ blue 195

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

Shades of Orchid #D86EC3

Tints of Orchid #D86EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 41.46%
G = 21.11%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D86EC3 (or 0xD86EC3) is known color: Orchid. HEX triplet: D8, 6E and C3. RGB value is (216,110,195). Sum of RGB (Red+Green+Blue) = 216+110+195=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EC3 is #27913C. Grayscale: #979797. Windows color (decimal): -2593085 or 12807896. OLE color: 12807896.

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

Color convert

RGB 216 110 195 -
CMYK 0 0.49 0.10 0.15
HSL 311.89º 0.58% 0.64% -
HSV(B) 311.89º 0.49% 0.85% -
XYZ 43.75 29.69 55.06 -
YUV 151.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 216 110 195 0 0.49 0.10 0.15 311.89 0.58 0.64
Hex D8 6E C3 0 31 A F 138 3A 40
Octal 330 156 303 0 61 12 17 470 72 100
Binary 11011000 1101110 11000011 0 110001 1010 1111 100111000 111010 1000000

Color Harmonies of #D86EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EC3

Black with #D86EC3

Text Example


Text Example

White with #D86EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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