#DC70FF

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

Shades of Heliotrope #DC70FF

Tints of Heliotrope #DC70FF

Color information

#DC70FF (or 0xDC70FF) is unknown color: approx Heliotrope. HEX triplet: DC, 70 and FF. RGB value is (220,112,255). Sum of RGB (Red+Green+Blue) = 220+112+255=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FF is #238F00. Grayscale: #A0A0A0. Windows color (decimal): -2330369 or 16740572. OLE color: 16740572.

HSL color Cylindrical-coordinate representation of color #DC70FF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC70FF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220112255-
CMYK0.140.5600
HSL285.31º100%71.96%-
HSV(B)285.31º56.08%100%-
XYZ53.3634.0298.36-
YUV160.59181.28170.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 112 (44.14% from 255) = 19.08%
BLUE value IS 255 (100% from 255) = 43.44%
R=37.48%
G=19.08%
B=43.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201122550.140.5600285.3110071.96
HexDC70FFE380011d6448
Octal334160377167000435144110
Binary1101110011100001111111111101110000010001110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC70FF; }

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

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

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

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

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

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

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

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