Html Css Color HEX #D86DC0 Orchid

📋 copy color: '#D86DC0'

red 216 ◦ green 109 ◦ blue 192

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

Shades of Orchid #D86DC0

Tints of Orchid #D86DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.08%

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 41.78%
G = 21.08%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D86DC0 (or 0xD86DC0) is known color: Orchid. HEX triplet: D8, 6D and C0. RGB value is (216,109,192). Sum of RGB (Red+Green+Blue) = 216+109+192=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DC0 is #27923F. Grayscale: #969696. Windows color (decimal): -2593344 or 12611032. OLE color: 12611032.

HSL color Cylindrical-coordinate representation of color #D86DC0: hue angle of 313.46º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 192 -
CMYK 0 0.50 0.11 0.15
HSL 313.46º 0.58% 0.64% -
HSV(B) 313.46º 0.5% 0.85% -
XYZ 43.3 29.34 53.25 -
YUV 150.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 216 109 192 0 0.50 0.11 0.15 313.46 0.58 0.64
Hex D8 6D C0 0 32 B F 139 3A 40
Octal 330 155 300 0 62 13 17 471 72 100
Binary 11011000 1101101 11000000 0 110010 1011 1111 100111001 111010 1000000

Color Harmonies of #D86DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DC0

Black with #D86DC0

Text Example


Text Example

White with #D86DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DC0; }

 p { color: rgb(216,109,192); }

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

background-color css

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

 a { background-color: rgb(216,109,192); }

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

border-color css

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

 span { border-color: rgb(216,109,192); }

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