#CA53FC

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

Shades of Heliotrope #CA53FC

Tints of Heliotrope #CA53FC

Color information

#CA53FC (or 0xCA53FC) is unknown color: approx Heliotrope. HEX triplet: CA, 53 and FC. RGB value is (202,83,252). Sum of RGB (Red+Green+Blue) = 202+83+252=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FC is #35AC03. Grayscale: #898989. Windows color (decimal): -3517444 or 16536522. OLE color: 16536522.

HSL color Cylindrical-coordinate representation of color #CA53FC: hue angle of 282.25º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA53FC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20283252-
CMYK0.200.6700.01
HSL282.25º96.57%65.69%-
HSV(B)282.25º67.06%98.82%-
XYZ45.0225.7794.7-
YUV137.85192.42173.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 83 (32.81% from 255) = 15.46%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=37.62%
G=15.46%
B=46.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202832520.200.6700.01282.2596.5765.69
HexCA53FC14430111a6142
Octal3121233742410301432141102
Binary110010101010011111111001010010000110110001101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53FC; }

 p { color: rgb(202,83,252); }

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

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

 a { background-color: rgb(202,83,252); }

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

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

 span { border-color: rgb(202,83,252); }

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