#C270EC

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

Shades of Heliotrope #C270EC

Tints of Heliotrope #C270EC

Color information

#C270EC (or 0xC270EC) is unknown color: approx Heliotrope. HEX triplet: C2, 70 and EC. RGB value is (194,112,236). Sum of RGB (Red+Green+Blue) = 194+112+236=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C270EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270EC is #3D8F13. Grayscale: #969696. Windows color (decimal): -4034324 or 15495362. OLE color: 15495362.

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

Color convert

RGB194112236-
CMYK0.180.5300.07
HSL279.68º76.54%68.24%-
HSV(B)279.68º52.54%92.55%-
XYZ43.1829.1182.7-
YUV150.65176.17158.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=35.79%
G=20.66%
B=43.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941122360.180.5300.07279.6876.5468.24
HexC270EC1235071184d44
Octal302160354226507430115104
Binary1100001011100001110110010010110101011110001100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270EC; }

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

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

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

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

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

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

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

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