#CA5AF3

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

Shades of Heliotrope #CA5AF3

Tints of Heliotrope #CA5AF3

Color information

#CA5AF3 (or 0xCA5AF3) is unknown color: approx Heliotrope. HEX triplet: CA, 5A and F3. RGB value is (202,90,243). Sum of RGB (Red+Green+Blue) = 202+90+243=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF3 is #35A50C. Grayscale: #8C8C8C. Windows color (decimal): -3515661 or 15948490. OLE color: 15948490.

HSL color Cylindrical-coordinate representation of color #CA5AF3: hue angle of 283.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5AF3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20290243-
CMYK0.170.6300.05
HSL283.92º86.44%65.29%-
HSV(B)283.92º62.96%95.29%-
XYZ44.1926.3487.55-
YUV140.93185.61171.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 90 (35.55% from 255) = 16.82%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=37.76%
G=16.82%
B=45.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202902430.170.6300.05283.9286.4465.29
HexCA5AF3113F0511c5641
Octal312132363217705434126101
Binary1100101010110101111001110001111111010110001110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AF3; }

 p { color: rgb(202,90,243); }

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

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

 a { background-color: rgb(202,90,243); }

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

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

 span { border-color: rgb(202,90,243); }

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