#C460F9

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

Shades of Heliotrope #C460F9

Tints of Heliotrope #C460F9

Color information

#C460F9 (or 0xC460F9) is unknown color: approx Heliotrope. HEX triplet: C4, 60 and F9. RGB value is (196,96,249). Sum of RGB (Red+Green+Blue) = 196+96+249=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #C460F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460F9 is #3B9F06. Grayscale: #8E8E8E. Windows color (decimal): -3907335 or 16343236. OLE color: 16343236.

HSL color Cylindrical-coordinate representation of color #C460F9: hue angle of 279.22º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C460F9 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19696249-
CMYK0.210.6100.02
HSL279.22º92.73%67.65%-
HSV(B)279.22º61.45%97.65%-
XYZ44.0526.9492.5-
YUV143.34187.63165.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 96 (37.89% from 255) = 17.74%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=36.23%
G=17.74%
B=46.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196962490.210.6100.02279.2292.7367.65
HexC460F9153D021175d44
Octal304140371257502427135104
Binary110001001100000111110011010111110101010001011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460F9; }

 p { color: rgb(196,96,249); }

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

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

 a { background-color: rgb(196,96,249); }

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

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

 span { border-color: rgb(196,96,249); }

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