#D873DA

Color #D873DA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D873DA

Tints of Orchid #D873DA

Color information

#D873DA (or 0xD873DA) is unknown color: approx Orchid. HEX triplet: D8, 73 and DA. RGB value is (216,115,218). Sum of RGB (Red+Green+Blue) = 216+115+218=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D873DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873DA is #278C25. Grayscale: #9C9C9C. Windows color (decimal): -2591782 or 14316504. OLE color: 14316504.

HSL color Cylindrical-coordinate representation of color #D873DA: hue angle of 298.83º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873DA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216115218-
CMYK0.010.4700.15
HSL298.83º58.19%65.29%-
HSV(B)298.83º47.25%85.49%-
XYZ47.131.9270.01-
YUV156.94162.46170.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=39.34%
G=20.95%
B=39.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161152180.010.4700.15298.8358.1965.29
HexD873DA12F0F12b3a41
Octal33016333215701745372101
Binary110110001110011110110101101111011111001010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873DA; }

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

 H1.HeaderClassName
 {
   color: #D873DA;
 }
 .AnyTagClassName
 {
   color: #D873DA;
 }
</style>
background-color css

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

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

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

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

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

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