#C470F1

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

Shades of Heliotrope #C470F1

Tints of Heliotrope #C470F1

Color information

#C470F1 (or 0xC470F1) is unknown color: approx Heliotrope. HEX triplet: C4, 70 and F1. RGB value is (196,112,241). Sum of RGB (Red+Green+Blue) = 196+112+241=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C470F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470F1 is #3B8F0E. Grayscale: #979797. Windows color (decimal): -3903247 or 15823044. OLE color: 15823044.

HSL color Cylindrical-coordinate representation of color #C470F1: hue angle of 279.07º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C470F1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196112241-
CMYK0.190.5400.05
HSL279.07º82.17%69.22%-
HSV(B)279.07º53.53%94.51%-
XYZ44.4429.6786.6-
YUV151.82178.33159.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=35.70%
G=20.40%
B=43.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961122410.190.5400.05279.0782.1769.22
HexC470F11336051175245
Octal304160361236605427122105
Binary1100010011100001111000110011110110010110001011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470F1; }

 p { color: rgb(196,112,241); }

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

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

 a { background-color: rgb(196,112,241); }

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

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

 span { border-color: rgb(196,112,241); }

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