#DC70E5

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

Shades of Orchid #DC70E5

Tints of Orchid #DC70E5

Color information

#DC70E5 (or 0xDC70E5) is unknown color: approx Orchid. HEX triplet: DC, 70 and E5. RGB value is (220,112,229). Sum of RGB (Red+Green+Blue) = 220+112+229=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC70E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70E5 is #238F1A. Grayscale: #9D9D9D. Windows color (decimal): -2330395 or 15036636. OLE color: 15036636.

HSL color Cylindrical-coordinate representation of color #DC70E5: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC70E5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220112229-
CMYK0.040.5100.10
HSL295.38º69.23%66.86%-
HSV(B)295.38º51.09%89.8%-
XYZ49.4532.4677.79-
YUV157.63168.28172.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=39.22%
G=19.96%
B=40.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201122290.040.5100.10295.3869.2366.86
HexDC70E54330A1274543
Octal334160345463012447105103
Binary110111001110000111001011001100110101010010011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC70E5; }

 p { color: rgb(220,112,229); }

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

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

 a { background-color: rgb(220,112,229); }

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

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

 span { border-color: rgb(220,112,229); }

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