#CA60F9

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

Shades of Heliotrope #CA60F9

Tints of Heliotrope #CA60F9

Color information

#CA60F9 (or 0xCA60F9) is unknown color: approx Heliotrope. HEX triplet: CA, 60 and F9. RGB value is (202,96,249). Sum of RGB (Red+Green+Blue) = 202+96+249=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F9 is #359F06. Grayscale: #909090. Windows color (decimal): -3514119 or 16343242. OLE color: 16343242.

HSL color Cylindrical-coordinate representation of color #CA60F9: hue angle of 281.57º 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 #CA60F9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20296249-
CMYK0.190.6100.02
HSL281.57º92.73%67.65%-
HSV(B)281.57º61.45%97.65%-
XYZ45.6427.7692.58-
YUV145.14186.62168.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 96 (37.89% from 255) = 17.55%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=36.93%
G=17.55%
B=45.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202962490.190.6100.02281.5792.7367.65
HexCA60F9133D0211a5d44
Octal312140371237502432135104
Binary110010101100000111110011001111110101010001101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60F9; }

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

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

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

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

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

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

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

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