#CA73E9

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

Shades of Heliotrope #CA73E9

Tints of Heliotrope #CA73E9

Color information

#CA73E9 (or 0xCA73E9) is unknown color: approx Heliotrope. HEX triplet: CA, 73 and E9. RGB value is (202,115,233). Sum of RGB (Red+Green+Blue) = 202+115+233=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA73E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73E9 is #358C16. Grayscale: #9A9A9A. Windows color (decimal): -3509271 or 15299530. OLE color: 15299530.

HSL color Cylindrical-coordinate representation of color #CA73E9: hue angle of 284.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA73E9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202115233-
CMYK0.130.5100.09
HSL284.24º72.84%68.24%-
HSV(B)284.24º50.64%91.37%-
XYZ45.230.780.63-
YUV154.46172.32161.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 115 (45.31% from 255) = 20.91%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=36.73%
G=20.91%
B=42.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021152330.130.5100.09284.2472.8468.24
HexCA73E9D330911c4944
Octal3121633511563011434111104
Binary1100101011100111110100111011100110100110001110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73E9; }

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

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

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

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

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

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

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

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