#CD56B7

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

Shades of Fuchsia #CD56B7

Tints of Fuchsia #CD56B7

Color information

#CD56B7 (or 0xCD56B7) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and B7. RGB value is (205,86,183). Sum of RGB (Red+Green+Blue) = 205+86+183=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD56B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56B7 is #32A948. Grayscale: #848484. Windows color (decimal): -3320137 or 12015309. OLE color: 12015309.

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

Color convert

RGB20586183-
CMYK00.580.110.20
HSL311.09º54.34%57.06%-
HSV(B)311.09º58.05%80.39%-
XYZ37.0523.0547.3-
YUV132.64156.42179.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=43.25%
G=18.14%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058618300.580.110.20311.0954.3457.06
HexCD56B703AB141373639
Octal31512626707213244676671
Binary110011011010110101101110111010101110100100110111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56B7; }

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

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

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

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

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

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

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

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