#CD56C4

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

Shades of Fuchsia #CD56C4

Tints of Fuchsia #CD56C4

Color information

#CD56C4 (or 0xCD56C4) is unknown color: approx Fuchsia. HEX triplet: CD, 56 and C4. RGB value is (205,86,196). Sum of RGB (Red+Green+Blue) = 205+86+196=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56C4 is #32A93B. Grayscale: #858585. Windows color (decimal): -3320124 or 12867277. OLE color: 12867277.

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

Color convert

RGB20586196-
CMYK00.580.040.20
HSL304.54º54.34%57.06%-
HSV(B)304.54º58.05%80.39%-
XYZ38.4723.6254.76-
YUV134.12162.92178.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 86 (33.98% from 255) = 17.66%
BLUE value IS 196 (76.95% from 255) = 40.25%
R=42.09%
G=17.66%
B=40.25%

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
Decimal2058619600.580.040.20304.5454.3457.06
HexCD56C403A4141313639
Octal3151263040724244616671
Binary11001101101011011000100011101010010100100110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD56C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD56C4; }

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

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

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

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

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

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

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

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