#CA57F4

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

Shades of Heliotrope #CA57F4

Tints of Heliotrope #CA57F4

Color information

#CA57F4 (or 0xCA57F4) is unknown color: approx Heliotrope. HEX triplet: CA, 57 and F4. RGB value is (202,87,244). Sum of RGB (Red+Green+Blue) = 202+87+244=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA57F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57F4 is #35A80B. Grayscale: #8A8A8A. Windows color (decimal): -3516428 or 16013258. OLE color: 16013258.

HSL color Cylindrical-coordinate representation of color #CA57F4: hue angle of 283.95º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA57F4 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20287244-
CMYK0.170.6400.04
HSL283.95º87.71%64.9%-
HSV(B)283.95º64.34%95.69%-
XYZ44.0925.988.26-
YUV139.28187.1172.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 87 (34.38% from 255) = 16.32%
BLUE value IS 244 (95.70% from 255) = 45.78%
R=37.90%
G=16.32%
B=45.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202872440.170.6400.04283.9587.7164.9
HexCA57F411400411c5841
Octal3121273642110004434130101
Binary11001010101011111110100100011000000010010001110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57F4; }

 p { color: rgb(202,87,244); }

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

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

 a { background-color: rgb(202,87,244); }

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

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

 span { border-color: rgb(202,87,244); }

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