#C55DCD

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

Shades of Fuchsia #C55DCD

Tints of Fuchsia #C55DCD

Color information

#C55DCD (or 0xC55DCD) is unknown color: approx Fuchsia. HEX triplet: C5, 5D and CD. RGB value is (197,93,205). Sum of RGB (Red+Green+Blue) = 197+93+205=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCD is #3AA232. Grayscale: #888888. Windows color (decimal): -3842611 or 13458885. OLE color: 13458885.

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

Color convert

RGB19793205-
CMYK0.040.5500.20
HSL295.71º52.83%58.43%-
HSV(B)295.71º54.63%80.39%-
XYZ37.9624.1160.41-
YUV136.86166.46170.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=39.80%
G=18.79%
B=41.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197932050.040.5500.20295.7152.8358.43
HexC55DCD437014128353a
Octal3051353154670244506572
Binary11000101101110111001101100110111010100100101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DCD; }

 p { color: rgb(197,93,205); }

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

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

 a { background-color: rgb(197,93,205); }

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

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

 span { border-color: rgb(197,93,205); }

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