#CA76F9

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

Shades of Heliotrope #CA76F9

Tints of Heliotrope #CA76F9

Color information

#CA76F9 (or 0xCA76F9) is unknown color: approx Heliotrope. HEX triplet: CA, 76 and F9. RGB value is (202,118,249). Sum of RGB (Red+Green+Blue) = 202+118+249=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA76F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76F9 is #358906. Grayscale: #9D9D9D. Windows color (decimal): -3508487 or 16348874. OLE color: 16348874.

HSL color Cylindrical-coordinate representation of color #CA76F9: hue angle of 278.47º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA76F9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202118249-
CMYK0.190.5300.02
HSL278.47º91.61%71.96%-
HSV(B)278.47º52.61%97.65%-
XYZ47.9332.3593.34-
YUV158.05179.33159.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=35.50%
G=20.74%
B=43.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021182490.190.5300.02278.4791.6171.96
HexCA76F91335021165c48
Octal312166371236502426134110
Binary110010101110110111110011001111010101010001011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76F9; }

 p { color: rgb(202,118,249); }

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

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

 a { background-color: rgb(202,118,249); }

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

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

 span { border-color: rgb(202,118,249); }

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