Html Css Color HEX #D86DC1 Orchid

📋 copy color: '#D86DC1'

red 216 ◦ green 109 ◦ blue 193

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

Shades of Orchid #D86DC1

Tints of Orchid #D86DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 41.7%
G = 21.04%
B = 37.26%

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

#D86DC1 (or 0xD86DC1) is known color: Orchid. HEX triplet: D8, 6D and C1. RGB value is (216,109,193). Sum of RGB (Red+Green+Blue) = 216+109+193=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DC1 is #27923E. Grayscale: #969696. Windows color (decimal): -2593343 or 12676568. OLE color: 12676568.

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

Color convert

RGB 216 109 193 -
CMYK 0 0.50 0.11 0.15
HSL 312.9º 0.58% 0.64% -
HSV(B) 312.9º 0.5% 0.85% -
XYZ 43.41 29.39 53.84 -
YUV 150.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 216 109 193 0 0.50 0.11 0.15 312.9 0.58 0.64
Hex D8 6D C1 0 32 B F 139 3A 40
Octal 330 155 301 0 62 13 17 471 72 100
Binary 11011000 1101101 11000001 0 110010 1011 1111 100111001 111010 1000000

Color Harmonies of #D86DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DC1

Black with #D86DC1

Text Example


Text Example

White with #D86DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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