Html Css Color HEX #D871DA Orchid

📋 copy color: '#D871DA'

red 216 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D871DA

Tints of Orchid #D871DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 39.49%
G = 20.66%
B = 39.85%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D871DA (or 0xD871DA) is known color: Orchid. HEX triplet: D8, 71 and DA. RGB value is (216,113,218). Sum of RGB (Red+Green+Blue) = 216+113+218=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D871DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871DA is #278E25. Grayscale: #9B9B9B. Windows color (decimal): -2592294 or 14315992. OLE color: 14315992.

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

Color convert

RGB 216 113 218 -
CMYK 0.01 0.48 0 0.15
HSL 298.86º 0.59% 0.65% -
HSV(B) 298.86º 0.48% 0.85% -
XYZ 46.88 31.47 69.93 -
YUV 155.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 216 113 218 0.01 0.48 0 0.15 298.86 0.59 0.65
Hex D8 71 DA 1 30 0 F 12B 3B 41
Octal 330 161 332 1 60 0 17 453 73 101
Binary 11011000 1110001 11011010 1 110000 0 1111 100101011 111011 1000001

Color Harmonies of #D871DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871DA

Black with #D871DA

Text Example


Text Example

White with #D871DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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