#C370F4

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

Shades of Heliotrope #C370F4

Tints of Heliotrope #C370F4

Color information

#C370F4 (or 0xC370F4) is unknown color: approx Heliotrope. HEX triplet: C3, 70 and F4. RGB value is (195,112,244). Sum of RGB (Red+Green+Blue) = 195+112+244=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #C370F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370F4 is #3C8F0B. Grayscale: #979797. Windows color (decimal): -3968780 or 16019651. OLE color: 16019651.

HSL color Cylindrical-coordinate representation of color #C370F4: hue angle of 277.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C370F4 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195112244-
CMYK0.200.5400.04
HSL277.73º85.71%69.8%-
HSV(B)277.73º54.1%95.69%-
XYZ44.6329.7288.97-
YUV151.86180158.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 112 (44.14% from 255) = 20.33%
BLUE value IS 244 (95.70% from 255) = 44.28%
R=35.39%
G=20.33%
B=44.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951122440.200.5400.04277.7385.7169.8
HexC370F41436041165646
Octal303160364246604426126106
Binary1100001111100001111010010100110110010010001011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370F4; }

 p { color: rgb(195,112,244); }

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

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

 a { background-color: rgb(195,112,244); }

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

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

 span { border-color: rgb(195,112,244); }

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