#C654B1

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

Shades of Fuchsia #C654B1

Tints of Fuchsia #C654B1

Color information

#C654B1 (or 0xC654B1) is unknown color: approx Fuchsia. HEX triplet: C6, 54 and B1. RGB value is (198,84,177). Sum of RGB (Red+Green+Blue) = 198+84+177=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C654B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C654B1 is #39AB4E. Grayscale: #808080. Windows color (decimal): -3779407 or 11621574. OLE color: 11621574.

HSL color Cylindrical-coordinate representation of color #C654B1: hue angle of 311.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654B1 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19884177-
CMYK00.580.110.22
HSL311.05º50%55.29%-
HSV(B)311.05º57.58%77.65%-
XYZ34.3921.5243.94-
YUV128.69155.27177.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=43.14%
G=18.30%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988417700.580.110.22311.055055.29
HexC654B103AB161373237
Octal30612426107213264676267
Binary110001101010100101100010111010101110110100110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C654B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C654B1; }

 p { color: rgb(198,84,177); }

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

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

 a { background-color: rgb(198,84,177); }

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

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

 span { border-color: rgb(198,84,177); }

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