#D070C0

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

Shades of Orchid #D070C0

Tints of Orchid #D070C0

Color information

#D070C0 (or 0xD070C0) is unknown color: approx Orchid. HEX triplet: D0, 70 and C0. RGB value is (208,112,192). Sum of RGB (Red+Green+Blue) = 208+112+192=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C0 is #2F8F3F. Grayscale: #959595. Windows color (decimal): -3116864 or 12611792. OLE color: 12611792.

HSL color Cylindrical-coordinate representation of color #D070C0: hue angle of 310º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070C0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208112192-
CMYK00.460.080.18
HSL310º50.53%62.75%-
HSV(B)310º46.15%81.57%-
XYZ41.3228.853.25-
YUV149.82151.8169.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811219200.460.080.1831050.5362.75
HexD070C002E812136333f
Octal32016030005610224666377
Binary110100001110000110000000101110100010010100110110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070C0; }

 p { color: rgb(208,112,192); }

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

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

 a { background-color: rgb(208,112,192); }

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

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

 span { border-color: rgb(208,112,192); }

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