#CD55C5

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

Shades of Fuchsia #CD55C5

Tints of Fuchsia #CD55C5

Color information

#CD55C5 (or 0xCD55C5) is unknown color: approx Fuchsia. HEX triplet: CD, 55 and C5. RGB value is (205,85,197). Sum of RGB (Red+Green+Blue) = 205+85+197=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55C5 is #32AA3A. Grayscale: #858585. Windows color (decimal): -3320379 or 12932557. OLE color: 12932557.

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

Color convert

RGB20585197-
CMYK00.590.040.20
HSL304º54.55%56.86%-
HSV(B)304º58.54%80.39%-
XYZ38.523.5155.33-
YUV133.65163.76178.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 197 (77.34% from 255) = 40.45%
R=42.09%
G=17.45%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058519700.590.040.2030454.5556.86
HexCD55C503B4141303739
Octal3151253050734244606771
Binary11001101101010111000101011101110010100100110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55C5; }

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

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

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

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

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

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

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

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