#CA75EA

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

Shades of Heliotrope #CA75EA

Tints of Heliotrope #CA75EA

Color information

#CA75EA (or 0xCA75EA) is unknown color: approx Heliotrope. HEX triplet: CA, 75 and EA. RGB value is (202,117,234). Sum of RGB (Red+Green+Blue) = 202+117+234=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75EA is #358A15. Grayscale: #9B9B9B. Windows color (decimal): -3508758 or 15365578. OLE color: 15365578.

HSL color Cylindrical-coordinate representation of color #CA75EA: hue angle of 283.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA75EA is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202117234-
CMYK0.140.500.08
HSL283.59º73.58%68.82%-
HSV(B)283.59º50%91.76%-
XYZ45.5731.2281.47-
YUV155.75172.16160.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=36.53%
G=21.16%
B=42.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021172340.140.500.08283.5973.5868.82
HexCA75EAE320811c4a45
Octal3121653521662010434112105
Binary1100101011101011110101011101100100100010001110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75EA; }

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

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

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

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

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

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

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

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