#C070EC

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

Shades of Heliotrope #C070EC

Tints of Heliotrope #C070EC

Color information

#C070EC (or 0xC070EC) is unknown color: approx Heliotrope. HEX triplet: C0, 70 and EC. RGB value is (192,112,236). Sum of RGB (Red+Green+Blue) = 192+112+236=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #C070EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070EC is #3F8F13. Grayscale: #959595. Windows color (decimal): -4165396 or 15495360. OLE color: 15495360.

HSL color Cylindrical-coordinate representation of color #C070EC: hue angle of 278.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C070EC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192112236-
CMYK0.190.5300.07
HSL278.71º76.54%68.24%-
HSV(B)278.71º52.54%92.55%-
XYZ42.6728.8582.68-
YUV150.06176.5157.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 112 (44.14% from 255) = 20.74%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=35.56%
G=20.74%
B=43.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921122360.190.5300.07278.7176.5468.24
HexC070EC1335071174d44
Octal300160354236507427115104
Binary1100000011100001110110010011110101011110001011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070EC; }

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

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

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

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

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

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

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

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