Html Css Color HEX #D871DF Orchid

📋 copy color: '#D871DF'

red 216 ◦ green 113 ◦ blue 223

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

Shades of Orchid #D871DF

Tints of Orchid #D871DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 39.13%
G = 20.47%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D871DF (or 0xD871DF) is known color: Orchid. HEX triplet: D8, 71 and DF. RGB value is (216,113,223). Sum of RGB (Red+Green+Blue) = 216+113+223=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D871DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871DF is #278E20. Grayscale: #9C9C9C. Windows color (decimal): -2592289 or 14643672. OLE color: 14643672.

HSL color Cylindrical-coordinate representation of color #D871DF: hue angle of 296.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D871DF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 113 223 -
CMYK 0.03 0.49 0 0.13
HSL 296.18º 0.63% 0.66% -
HSV(B) 296.18º 0.49% 0.87% -
XYZ 47.54 31.74 73.43 -
YUV 156.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 216 113 223 0.03 0.49 0 0.13 296.18 0.63 0.66
Hex D8 71 DF 3 31 0 D 128 3F 42
Octal 330 161 337 3 61 0 15 450 77 102
Binary 11011000 1110001 11011111 11 110001 0 1101 100101000 111111 1000010

Color Harmonies of #D871DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871DF

Black with #D871DF

Text Example


Text Example

White with #D871DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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