#CA75E9

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

Shades of Heliotrope #CA75E9

Tints of Heliotrope #CA75E9

Color information

#CA75E9 (or 0xCA75E9) is unknown color: approx Heliotrope. HEX triplet: CA, 75 and E9. RGB value is (202,117,233). Sum of RGB (Red+Green+Blue) = 202+117+233=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75E9 is #358A16. Grayscale: #9B9B9B. Windows color (decimal): -3508759 or 15300042. OLE color: 15300042.

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

Color convert

RGB202117233-
CMYK0.130.5000.09
HSL283.97º72.5%68.63%-
HSV(B)283.97º49.79%91.37%-
XYZ45.4331.1680.71-
YUV155.64171.66161.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=36.59%
G=21.20%
B=42.21%

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
Decimal2021172330.130.5000.09283.9772.568.63
HexCA75E9D320911c4845
Octal3121653511562011434110105
Binary1100101011101011110100111011100100100110001110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75E9; }

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

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

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

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

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

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

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

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