#C77AFC

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

Shades of Heliotrope #C77AFC

Tints of Heliotrope #C77AFC

Color information

#C77AFC (or 0xC77AFC) is unknown color: approx Heliotrope. HEX triplet: C7, 7A and FC. RGB value is (199,122,252). Sum of RGB (Red+Green+Blue) = 199+122+252=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 122 (48.05% from 255 or 21.29% 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 #C77AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77AFC is #388503. Grayscale: #9F9F9F. Windows color (decimal): -3704068 or 16546503. OLE color: 16546503.

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

Color convert

RGB199122252-
CMYK0.210.5200.01
HSL275.54º95.59%73.33%-
HSV(B)275.54º51.59%98.82%-
XYZ48.0833.0995.95-
YUV159.84180.01155.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 122 (48.05% from 255) = 21.29%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=34.73%
G=21.29%
B=43.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991222520.210.5200.01275.5495.5973.33
HexC77AFC1534011146049
Octal307172374256401424140111
Binary11000111111101011111100101011101000110001010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77AFC; }

 p { color: rgb(199,122,252); }

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

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

 a { background-color: rgb(199,122,252); }

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

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

 span { border-color: rgb(199,122,252); }

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