#D870D6

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

Shades of Orchid #D870D6

Tints of Orchid #D870D6

Color information

#D870D6 (or 0xD870D6) is unknown color: approx Orchid. HEX triplet: D8, 70 and D6. RGB value is (216,112,214). Sum of RGB (Red+Green+Blue) = 216+112+214=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D870D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870D6 is #278F29. Grayscale: #9A9A9A. Windows color (decimal): -2592554 or 14053592. OLE color: 14053592.

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

Color convert

RGB216112214-
CMYK00.480.010.15
HSL301.15º57.14%64.31%-
HSV(B)301.15º48.15%84.71%-
XYZ46.2531.0467.17-
YUV154.72161.46171.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=39.85%
G=20.66%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611221400.480.010.15301.1557.1464.31
HexD870D60301F12d3940
Octal33016032606011745571100
Binary110110001110000110101100110000111111001011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870D6; }

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

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

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

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

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

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

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

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