#CA57F6

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

Shades of Heliotrope #CA57F6

Tints of Heliotrope #CA57F6

Color information

#CA57F6 (or 0xCA57F6) is unknown color: approx Heliotrope. HEX triplet: CA, 57 and F6. RGB value is (202,87,246). Sum of RGB (Red+Green+Blue) = 202+87+246=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA57F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57F6 is #35A809. Grayscale: #8A8A8A. Windows color (decimal): -3516426 or 16144330. OLE color: 16144330.

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

Color convert

RGB20287246-
CMYK0.180.6500.04
HSL283.4º89.83%65.29%-
HSV(B)283.4º64.63%96.47%-
XYZ44.426.0389.87-
YUV139.51188.1172.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 87 (34.38% from 255) = 16.26%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=37.76%
G=16.26%
B=45.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202872460.180.6500.04283.489.8365.29
HexCA57F612410411b5a41
Octal3121273662210104433132101
Binary11001010101011111110110100101000001010010001101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57F6; }

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

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

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

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

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

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

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

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