#CD56BB

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

Shades of Fuchsia #CD56BB

Tints of Fuchsia #CD56BB

Color information

#CD56BB (or 0xCD56BB) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and BB. RGB value is (205,86,187). Sum of RGB (Red+Green+Blue) = 205+86+187=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56BB is #32A944. Grayscale: #848484. Windows color (decimal): -3320133 or 12277453. OLE color: 12277453.

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

Color convert

RGB20586187-
CMYK00.580.090.20
HSL309.08º54.34%57.06%-
HSV(B)309.08º58.05%80.39%-
XYZ37.4723.2249.52-
YUV133.1158.42179.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 86 (33.98% from 255) = 17.99%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=42.89%
G=17.99%
B=39.12%

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
Decimal2058618700.580.090.20309.0854.3457.06
HexCD56BB03A9141353639
Octal31512627307211244656671
Binary110011011010110101110110111010100110100100110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56BB; }

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

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

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

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

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

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

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

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