Html Css Color HEX #D86BB9 Orchid

📋 copy color: '#D86BB9'

red 216 ◦ green 107 ◦ blue 185

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

Shades of Orchid #D86BB9

Tints of Orchid #D86BB9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 42.52%
G = 21.06%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D86BB9 (or 0xD86BB9) is known color: Orchid. HEX triplet: D8, 6B and B9. RGB value is (216,107,185). Sum of RGB (Red+Green+Blue) = 216+107+185=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BB9 is #279446. Grayscale: #949494. Windows color (decimal): -2593863 or 12151768. OLE color: 12151768.

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

Color convert

RGB 216 107 185 -
CMYK 0 0.50 0.14 0.15
HSL 317.06º 0.58% 0.63% -
HSV(B) 317.06º 0.5% 0.85% -
XYZ 42.33 28.62 49.19 -
YUV 148.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 216 107 185 0 0.50 0.14 0.15 317.06 0.58 0.63
Hex D8 6B B9 0 32 E F 13D 3A 3F
Octal 330 153 271 0 62 16 17 475 72 77
Binary 11011000 1101011 10111001 0 110010 1110 1111 100111101 111010 111111

Color Harmonies of #D86BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BB9

Black with #D86BB9

Text Example


Text Example

White with #D86BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BB9; }

 p { color: rgb(216,107,185); }

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

background-color css

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

 a { background-color: rgb(216,107,185); }

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

border-color css

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

 span { border-color: rgb(216,107,185); }

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