#CA73E8

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

Shades of Heliotrope #CA73E8

Tints of Heliotrope #CA73E8

Color information

#CA73E8 (or 0xCA73E8) is unknown color: approx Heliotrope. HEX triplet: CA, 73 and E8. RGB value is (202,115,232). Sum of RGB (Red+Green+Blue) = 202+115+232=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA73E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73E8 is #358C17. Grayscale: #999999. Windows color (decimal): -3509272 or 15233994. OLE color: 15233994.

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

Color convert

RGB202115232-
CMYK0.130.5000.09
HSL284.62º71.78%68.04%-
HSV(B)284.62º50.43%90.98%-
XYZ45.0530.6479.88-
YUV154.35171.82161.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=36.79%
G=20.95%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021152320.130.5000.09284.6271.7868.04
HexCA73E8D320911d4844
Octal3121633501562011435110104
Binary1100101011100111110100011011100100100110001110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73E8; }

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

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

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

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

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

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

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

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