#C55AFE

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

Shades of Heliotrope #C55AFE

Tints of Heliotrope #C55AFE

Color information

#C55AFE (or 0xC55AFE) is unknown color: approx Heliotrope. HEX triplet: C5, 5A and FE. RGB value is (197,90,254). Sum of RGB (Red+Green+Blue) = 197+90+254=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AFE is #3AA501. Grayscale: #8C8C8C. Windows color (decimal): -3843330 or 16669381. OLE color: 16669381.

HSL color Cylindrical-coordinate representation of color #C55AFE: hue angle of 279.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C55AFE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19790254-
CMYK0.220.6500.00
HSL279.15º98.8%67.45%-
HSV(B)279.15º64.57%99.61%-
XYZ44.5726.3496.5-
YUV140.69191.95168.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 90 (35.55% from 255) = 16.64%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=36.41%
G=16.64%
B=46.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal197902540.220.6500.00279.1598.867.45
HexC55AFE1641001176343
Octal3051323762610100427143103
Binary110001011011010111111101011010000010010001011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AFE; }

 p { color: rgb(197,90,254); }

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

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

 a { background-color: rgb(197,90,254); }

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

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

 span { border-color: rgb(197,90,254); }

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