#CA77FC

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

Shades of Heliotrope #CA77FC

Tints of Heliotrope #CA77FC

Color information

#CA77FC (or 0xCA77FC) is unknown color: approx Heliotrope. HEX triplet: CA, 77 and FC. RGB value is (202,119,252). Sum of RGB (Red+Green+Blue) = 202+119+252=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FC is #358803. Grayscale: #9E9E9E. Windows color (decimal): -3508228 or 16545738. OLE color: 16545738.

HSL color Cylindrical-coordinate representation of color #CA77FC: hue angle of 277.44º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA77FC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202119252-
CMYK0.200.5300.01
HSL277.44º95.68%72.75%-
HSV(B)277.44º52.78%98.82%-
XYZ48.5232.7895.86-
YUV158.98180.5158.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 119 (46.88% from 255) = 20.77%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=35.25%
G=20.77%
B=43.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021192520.200.5300.01277.4495.6872.75
HexCA77FC1435011156049
Octal312167374246501425140111
Binary11001010111011111111100101001101010110001010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77FC; }

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

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

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

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

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

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

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

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