#CA77F1

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

Shades of Heliotrope #CA77F1

Tints of Heliotrope #CA77F1

Color information

#CA77F1 (or 0xCA77F1) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and F1. RGB value is (202,119,241). Sum of RGB (Red+Green+Blue) = 202+119+241=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77F1 is #35880E. Grayscale: #9D9D9D. Windows color (decimal): -3508239 or 15824842. OLE color: 15824842.

HSL color Cylindrical-coordinate representation of color #CA77F1: hue angle of 280.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA77F1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202119241-
CMYK0.160.5100.05
HSL280.82º81.33%70.59%-
HSV(B)280.82º50.62%94.51%-
XYZ46.8332.186.95-
YUV157.72175159.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=35.94%
G=21.17%
B=42.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021192410.160.5100.05280.8281.3370.59
HexCA77F11033051195147
Octal312167361206305431121107
Binary1100101011101111111000110000110011010110001100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77F1; }

 p { color: rgb(202,119,241); }

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

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

 a { background-color: rgb(202,119,241); }

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

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

 span { border-color: rgb(202,119,241); }

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