#C55CFF

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

Shades of Heliotrope #C55CFF

Tints of Heliotrope #C55CFF

Color information

#C55CFF (or 0xC55CFF) is unknown color: approx Heliotrope. HEX triplet: C5, 5C and FF. RGB value is (197,92,255). Sum of RGB (Red+Green+Blue) = 197+92+255=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFF is #3AA300. Grayscale: #8D8D8D. Windows color (decimal): -3842817 or 16735429. OLE color: 16735429.

HSL color Cylindrical-coordinate representation of color #C55CFF: hue angle of 278.65º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55CFF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19792255-
CMYK0.230.6400
HSL278.65º100%68.04%-
HSV(B)278.65º63.92%100%-
XYZ44.926.7497.4-
YUV141.98191.79167.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 255 (100% from 255) = 46.88%
R=36.21%
G=16.91%
B=46.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal197922550.230.6400278.6510068.04
HexC55CFF1740001176444
Octal3051343772710000427144104
Binary110001011011100111111111011110000000010001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CFF; }

 p { color: rgb(197,92,255); }

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

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

 a { background-color: rgb(197,92,255); }

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

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

 span { border-color: rgb(197,92,255); }

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