Html Css Color HEX #D86AD1 Orchid

📋 copy color: '#D86AD1'

red 216 ◦ green 106 ◦ blue 209

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

Shades of Orchid #D86AD1

Tints of Orchid #D86AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 40.68%
G = 19.96%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D86AD1 (or 0xD86AD1) is known color: Orchid. HEX triplet: D8, 6A and D1. RGB value is (216,106,209). Sum of RGB (Red+Green+Blue) = 216+106+209=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AD1 is #27952E. Grayscale: #969696. Windows color (decimal): -2594095 or 13724376. OLE color: 13724376.

HSL color Cylindrical-coordinate representation of color #D86AD1: hue angle of 303.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AD1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 209 -
CMYK 0 0.51 0.03 0.15
HSL 303.82º 0.59% 0.63% -
HSV(B) 303.82º 0.51% 0.85% -
XYZ 44.98 29.51 63.65 -
YUV 150.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 216 106 209 0 0.51 0.03 0.15 303.82 0.59 0.63
Hex D8 6A D1 0 33 3 F 130 3B 3F
Octal 330 152 321 0 63 3 17 460 73 77
Binary 11011000 1101010 11010001 0 110011 11 1111 100110000 111011 111111

Color Harmonies of #D86AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AD1

Black with #D86AD1

Text Example


Text Example

White with #D86AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AD1; }

 p { color: rgb(216,106,209); }

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

background-color css

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

 a { background-color: rgb(216,106,209); }

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

border-color css

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

 span { border-color: rgb(216,106,209); }

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