#CA77F3

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

Shades of Heliotrope #CA77F3

Tints of Heliotrope #CA77F3

Color information

#CA77F3 (or 0xCA77F3) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and F3. RGB value is (202,119,243). Sum of RGB (Red+Green+Blue) = 202+119+243=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77F3 is #35880C. Grayscale: #9D9D9D. Windows color (decimal): -3508237 or 15955914. OLE color: 15955914.

HSL color Cylindrical-coordinate representation of color #CA77F3: hue angle of 280.16º degrees, saturation: 0.84, 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 #CA77F3 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202119243-
CMYK0.170.5100.05
HSL280.16º83.78%70.98%-
HSV(B)280.16º51.03%95.29%-
XYZ47.1332.2288.53-
YUV157.95176159.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 119 (46.88% from 255) = 21.10%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=35.82%
G=21.10%
B=43.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021192430.170.5100.05280.1683.7870.98
HexCA77F31133051185447
Octal312167363216305430124107
Binary1100101011101111111001110001110011010110001100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77F3; }

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

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

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

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

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

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

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

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