#D870DA

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

Shades of Orchid #D870DA

Tints of Orchid #D870DA

Color information

#D870DA (or 0xD870DA) is unknown color: approx Orchid. HEX triplet: D8, 70 and DA. RGB value is (216,112,218). Sum of RGB (Red+Green+Blue) = 216+112+218=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D870DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870DA is #278F25. Grayscale: #9A9A9A. Windows color (decimal): -2592550 or 14315736. OLE color: 14315736.

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

Color convert

RGB216112218-
CMYK0.010.4900.15
HSL298.87º58.89%64.71%-
HSV(B)298.87º48.62%85.49%-
XYZ46.7731.2569.9-
YUV155.18163.46171.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 112 (44.14% from 255) = 20.51%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=39.56%
G=20.51%
B=39.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161122180.010.4900.15298.8758.8964.71
HexD870DA1310F12b3b41
Octal33016033216101745373101
Binary110110001110000110110101110001011111001010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870DA; }

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

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

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

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

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

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

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

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