#CA5EF9

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

Shades of Heliotrope #CA5EF9

Tints of Heliotrope #CA5EF9

Color information

#CA5EF9 (or 0xCA5EF9) is unknown color: approx Heliotrope. HEX triplet: CA, 5E and F9. RGB value is (202,94,249). Sum of RGB (Red+Green+Blue) = 202+94+249=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA5EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EF9 is #35A106. Grayscale: #8F8F8F. Windows color (decimal): -3514631 or 16342730. OLE color: 16342730.

HSL color Cylindrical-coordinate representation of color #CA5EF9: hue angle of 281.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5EF9 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20294249-
CMYK0.190.6200.02
HSL281.81º92.81%67.25%-
HSV(B)281.81º62.25%97.65%-
XYZ45.4627.492.52-
YUV143.96187.28169.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 94 (37.11% from 255) = 17.25%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=37.06%
G=17.25%
B=45.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202942490.190.6200.02281.8192.8167.25
HexCA5EF9133E0211a5d43
Octal312136371237602432135103
Binary110010101011110111110011001111111001010001101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EF9; }

 p { color: rgb(202,94,249); }

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

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

 a { background-color: rgb(202,94,249); }

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

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

 span { border-color: rgb(202,94,249); }

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