#C654CB

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

Shades of Fuchsia #C654CB

Tints of Fuchsia #C654CB

Color information

#C654CB (or 0xC654CB) is unknown color: approx Fuchsia. HEX triplet: C6, 54 and CB. RGB value is (198,84,203). Sum of RGB (Red+Green+Blue) = 198+84+203=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C654CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654CB is #39AB34. Grayscale: #838383. Windows color (decimal): -3779381 or 13325510. OLE color: 13325510.

HSL color Cylindrical-coordinate representation of color #C654CB: hue angle of 297.48º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C654CB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19884203-
CMYK0.020.5900.20
HSL297.48º53.36%56.27%-
HSV(B)297.48º58.62%79.61%-
XYZ37.2422.6658.91-
YUV131.65168.27175.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=40.82%
G=17.32%
B=41.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198842030.020.5900.20297.4853.3656.27
HexC654CB23B0141293538
Octal3061243132730244516570
Binary1100011010101001100101110111011010100100101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C654CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C654CB; }

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

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

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

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

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

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

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

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