#CA53FE

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

Shades of Heliotrope #CA53FE

Tints of Heliotrope #CA53FE

Color information

#CA53FE (or 0xCA53FE) is unknown color: approx Heliotrope. HEX triplet: CA, 53 and FE. RGB value is (202,83,254). Sum of RGB (Red+Green+Blue) = 202+83+254=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FE is #35AC01. Grayscale: #898989. Windows color (decimal): -3517442 or 16667594. OLE color: 16667594.

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

Color convert

RGB20283254-
CMYK0.200.6700.00
HSL281.75º98.84%66.08%-
HSV(B)281.75º67.32%99.61%-
XYZ45.3425.996.38-
YUV138.07193.42173.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 83 (32.81% from 255) = 15.40%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=37.48%
G=15.40%
B=47.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202832540.200.6700.00281.7598.8466.08
HexCA53FE14430011a6342
Octal3121233762410300432143102
Binary110010101010011111111101010010000110010001101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53FE; }

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

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

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

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

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

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

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

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