#CD56C5

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

Shades of Fuchsia #CD56C5

Tints of Fuchsia #CD56C5

Color information

#CD56C5 (or 0xCD56C5) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and C5. RGB value is (205,86,197). Sum of RGB (Red+Green+Blue) = 205+86+197=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56C5 is #32A93A. Grayscale: #858585. Windows color (decimal): -3320123 or 12932813. OLE color: 12932813.

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

Color convert

RGB20586197-
CMYK00.580.040.20
HSL304.03º54.34%57.06%-
HSV(B)304.03º58.05%80.39%-
XYZ38.5823.6755.36-
YUV134.23163.42178.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 86 (33.98% from 255) = 17.62%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=42.01%
G=17.62%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058619700.580.040.20304.0354.3457.06
HexCD56C503A4141303639
Octal3151263050724244606671
Binary11001101101011011000101011101010010100100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56C5; }

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

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

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

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

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

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

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

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