#CD56BA

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

Shades of Fuchsia #CD56BA

Tints of Fuchsia #CD56BA

Color information

#CD56BA (or 0xCD56BA) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and BA. RGB value is (205,86,186). Sum of RGB (Red+Green+Blue) = 205+86+186=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56BA is #32A945. Grayscale: #848484. Windows color (decimal): -3320134 or 12211917. OLE color: 12211917.

HSL color Cylindrical-coordinate representation of color #CD56BA: hue angle of 309.58º 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 #CD56BA is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20586186-
CMYK00.580.090.20
HSL309.58º54.34%57.06%-
HSV(B)309.58º58.05%80.39%-
XYZ37.3723.1848.96-
YUV132.98157.92179.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=42.98%
G=18.03%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058618600.580.090.20309.5854.3457.06
HexCD56BA03A9141363639
Octal31512627207211244666671
Binary110011011010110101110100111010100110100100110110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56BA; }

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

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

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

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

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

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

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

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