Html Css Color HEX #D871BA Orchid

📋 copy color: '#D871BA'

red 216 ◦ green 113 ◦ blue 186

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

Shades of Orchid #D871BA

Tints of Orchid #D871BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 41.94%
G = 21.94%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D871BA (or 0xD871BA) is known color: Orchid. HEX triplet: D8, 71 and BA. RGB value is (216,113,186). Sum of RGB (Red+Green+Blue) = 216+113+186=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D871BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871BA is #278E45. Grayscale: #979797. Windows color (decimal): -2592326 or 12218840. OLE color: 12218840.

HSL color Cylindrical-coordinate representation of color #D871BA: hue angle of 317.48º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871BA is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 186 -
CMYK 0 0.48 0.14 0.15
HSL 317.48º 0.57% 0.65% -
HSV(B) 317.48º 0.48% 0.85% -
XYZ 43.09 29.95 49.97 -
YUV 152.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 216 113 186 0 0.48 0.14 0.15 317.48 0.57 0.65
Hex D8 71 BA 0 30 E F 13D 39 41
Octal 330 161 272 0 60 16 17 475 71 101
Binary 11011000 1110001 10111010 0 110000 1110 1111 100111101 111001 1000001

Color Harmonies of #D871BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871BA

Black with #D871BA

Text Example


Text Example

White with #D871BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871BA; }

 p { color: rgb(216,113,186); }

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

background-color css

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

 a { background-color: rgb(216,113,186); }

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

border-color css

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

 span { border-color: rgb(216,113,186); }

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