#CD56D1

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

Shades of Fuchsia #CD56D1

Tints of Fuchsia #CD56D1

Color information

#CD56D1 (or 0xCD56D1) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and D1. RGB value is (205,86,209). Sum of RGB (Red+Green+Blue) = 205+86+209=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD56D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56D1 is #32A92E. Grayscale: #878787. Windows color (decimal): -3320111 or 13719245. OLE color: 13719245.

HSL color Cylindrical-coordinate representation of color #CD56D1: hue angle of 298.05º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD56D1 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20586209-
CMYK0.020.5900.18
HSL298.05º57.21%57.84%-
HSV(B)298.05º58.85%81.96%-
XYZ40.0124.2462.89-
YUV135.6169.42177.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 86 (33.98% from 255) = 17.2%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=41%
G=17.2%
B=41.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205862090.020.5900.18298.0557.2157.84
HexCD56D123B01212a393a
Octal3151263212730224527172
Binary1100110110101101101000110111011010010100101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56D1; }

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

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

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

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

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

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

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

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