#C555CE

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

Shades of Fuchsia #C555CE

Tints of Fuchsia #C555CE

Color information

#C555CE (or 0xC555CE) is unknown color: approx Fuchsia. HEX triplet: C5, 55 and CE. RGB value is (197,85,206). Sum of RGB (Red+Green+Blue) = 197+85+206=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C555CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CE is #3AAA31. Grayscale: #838383. Windows color (decimal): -3844658 or 13522373. OLE color: 13522373.

HSL color Cylindrical-coordinate representation of color #C555CE: hue angle of 295.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C555CE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19785206-
CMYK0.040.5900.19
HSL295.54º55.25%57.06%-
HSV(B)295.54º58.74%80.78%-
XYZ37.4222.8260.83-
YUV132.28169.61174.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 85 (33.59% from 255) = 17.42%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=40.37%
G=17.42%
B=42.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197852060.040.5900.19295.5455.2557.06
HexC555CE43B0131283739
Octal3051253164730234506771
Binary11000101101010111001110100111011010011100101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555CE; }

 p { color: rgb(197,85,206); }

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

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

 a { background-color: rgb(197,85,206); }

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

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

 span { border-color: rgb(197,85,206); }

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