#CA73FE

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

Shades of Heliotrope #CA73FE

Tints of Heliotrope #CA73FE

Color information

#CA73FE (or 0xCA73FE) is unknown color: approx Heliotrope. HEX triplet: CA, 73 and FE. RGB value is (202,115,254). Sum of RGB (Red+Green+Blue) = 202+115+254=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73FE is #358C01. Grayscale: #9C9C9C. Windows color (decimal): -3509250 or 16675786. OLE color: 16675786.

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

Color convert

RGB202115254-
CMYK0.200.5500.00
HSL277.55º98.58%72.35%-
HSV(B)277.55º54.72%99.61%-
XYZ48.3831.9797.39-
YUV156.86182.82160.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 115 (45.31% from 255) = 20.14%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=35.38%
G=20.14%
B=44.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021152540.200.5500.00277.5598.5872.35
HexCA73FE1437001166348
Octal312163376246700426143110
Binary11001010111001111111110101001101110010001011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73FE; }

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

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

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

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

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

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

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

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