Html Css Color HEX #D871D1 Orchid

📋 copy color: '#D871D1'

red 216 ◦ green 113 ◦ blue 209

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

Shades of Orchid #D871D1

Tints of Orchid #D871D1

RGB

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

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

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

R = 40.15%
G = 21%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D871D1 (or 0xD871D1) is known color: Orchid. HEX triplet: D8, 71 and D1. RGB value is (216,113,209). Sum of RGB (Red+Green+Blue) = 216+113+209=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D871D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871D1 is #278E2E. Grayscale: #9A9A9A. Windows color (decimal): -2592303 or 13726168. OLE color: 13726168.

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

Color convert

RGB 216 113 209 -
CMYK 0 0.48 0.03 0.15
HSL 304.08º 0.57% 0.65% -
HSV(B) 304.08º 0.48% 0.85% -
XYZ 45.73 31.01 63.9 -
YUV 154.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 216 113 209 0 0.48 0.03 0.15 304.08 0.57 0.65
Hex D8 71 D1 0 30 3 F 130 39 41
Octal 330 161 321 0 60 3 17 460 71 101
Binary 11011000 1110001 11010001 0 110000 11 1111 100110000 111001 1000001

Color Harmonies of #D871D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871D1

Black with #D871D1

Text Example


Text Example

White with #D871D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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