#CA58F9

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

Shades of Heliotrope #CA58F9

Tints of Heliotrope #CA58F9

Color information

#CA58F9 (or 0xCA58F9) is unknown color: approx Heliotrope. HEX triplet: CA, 58 and F9. RGB value is (202,88,249). Sum of RGB (Red+Green+Blue) = 202+88+249=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58F9 is #35A706. Grayscale: #8B8B8B. Windows color (decimal): -3516167 or 16341194. OLE color: 16341194.

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

Color convert

RGB20288249-
CMYK0.190.6500.02
HSL282.48º93.06%66.08%-
HSV(B)282.48º64.66%97.65%-
XYZ44.9526.3892.34-
YUV140.44189.27171.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 88 (34.77% from 255) = 16.33%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=37.48%
G=16.33%
B=46.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202882490.190.6500.02282.4893.0666.08
HexCA58F913410211a5d42
Octal3121303712310102432135102
Binary1100101010110001111100110011100000101010001101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58F9; }

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

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

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

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

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

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

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

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