#D870C8

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

Shades of Orchid #D870C8

Tints of Orchid #D870C8

Color information

#D870C8 (or 0xD870C8) is unknown color: approx Orchid. HEX triplet: D8, 70 and C8. RGB value is (216,112,200). Sum of RGB (Red+Green+Blue) = 216+112+200=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D870C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870C8 is #278F37. Grayscale: #989898. Windows color (decimal): -2592568 or 13136088. OLE color: 13136088.

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

Color convert

RGB216112200-
CMYK00.480.070.15
HSL309.23º57.14%64.31%-
HSV(B)309.23º48.15%84.71%-
XYZ44.5430.3658.16-
YUV153.13154.46172.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=40.91%
G=21.21%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611220000.480.070.15309.2357.1464.31
HexD870C80307F1353940
Octal33016031006071746571100
Binary11011000111000011001000011000011111111001101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870C8; }

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

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

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

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

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

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

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

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