Html Css Color HEX #D871DD Orchid

📋 copy color: '#D871DD'

red 216 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D871DD

Tints of Orchid #D871DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 39.27%
G = 20.55%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D871DD (or 0xD871DD) is known color: Orchid. HEX triplet: D8, 71 and DD. RGB value is (216,113,221). Sum of RGB (Red+Green+Blue) = 216+113+221=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D871DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871DD is #278E22. Grayscale: #9B9B9B. Windows color (decimal): -2592291 or 14512600. OLE color: 14512600.

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

Color convert

RGB 216 113 221 -
CMYK 0.02 0.49 0 0.13
HSL 297.22º 0.61% 0.65% -
HSV(B) 297.22º 0.49% 0.87% -
XYZ 47.28 31.63 72.02 -
YUV 156.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 216 113 221 0.02 0.49 0 0.13 297.22 0.61 0.65
Hex D8 71 DD 2 31 0 D 129 3D 41
Octal 330 161 335 2 61 0 15 451 75 101
Binary 11011000 1110001 11011101 10 110001 0 1101 100101001 111101 1000001

Color Harmonies of #D871DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871DD

Black with #D871DD

Text Example


Text Example

White with #D871DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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