Html Css Color HEX #D871BE Orchid

📋 copy color: '#D871BE'

red 216 ◦ green 113 ◦ blue 190

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

Shades of Orchid #D871BE

Tints of Orchid #D871BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 41.62%
G = 21.77%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D871BE (or 0xD871BE) is known color: Orchid. HEX triplet: D8, 71 and BE. RGB value is (216,113,190). Sum of RGB (Red+Green+Blue) = 216+113+190=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D871BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871BE is #278E41. Grayscale: #989898. Windows color (decimal): -2592322 or 12480984. OLE color: 12480984.

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

Color convert

RGB 216 113 190 -
CMYK 0 0.48 0.12 0.15
HSL 315.15º 0.57% 0.65% -
HSV(B) 315.15º 0.48% 0.85% -
XYZ 43.52 30.13 52.24 -
YUV 152.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 216 113 190 0 0.48 0.12 0.15 315.15 0.57 0.65
Hex D8 71 BE 0 30 C F 13B 39 41
Octal 330 161 276 0 60 14 17 473 71 101
Binary 11011000 1110001 10111110 0 110000 1100 1111 100111011 111001 1000001

Color Harmonies of #D871BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871BE

Black with #D871BE

Text Example


Text Example

White with #D871BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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