#C655CB

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

Shades of Fuchsia #C655CB

Tints of Fuchsia #C655CB

Color information

#C655CB (or 0xC655CB) is unknown color: approx Fuchsia. HEX triplet: C6, 55 and CB. RGB value is (198,85,203). Sum of RGB (Red+Green+Blue) = 198+85+203=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C655CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CB is #39AA34. Grayscale: #838383. Windows color (decimal): -3779125 or 13325766. OLE color: 13325766.

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

Color convert

RGB19885203-
CMYK0.020.5800.20
HSL297.46º53.15%56.47%-
HSV(B)297.46º58.13%79.61%-
XYZ37.3222.8158.94-
YUV132.24167.94174.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=40.74%
G=17.49%
B=41.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198852030.020.5800.20297.4653.1556.47
HexC655CB23A0141293538
Octal3061253132720244516570
Binary1100011010101011100101110111010010100100101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C655CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C655CB; }

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

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

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

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

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

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

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

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