#CD54C6

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

Shades of Fuchsia #CD54C6

Tints of Fuchsia #CD54C6

Color information

#CD54C6 (or 0xCD54C6) is unknown color: approx Fuchsia. HEX triplet: CD, 54 and C6. RGB value is (205,84,198). Sum of RGB (Red+Green+Blue) = 205+84+198=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54C6 is #32AB39. Grayscale: #848484. Windows color (decimal): -3320634 or 12997837. OLE color: 12997837.

HSL color Cylindrical-coordinate representation of color #CD54C6: hue angle of 303.47º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD54C6 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20584198-
CMYK00.590.030.20
HSL303.47º54.75%56.67%-
HSV(B)303.47º59.02%80.39%-
XYZ38.5423.455.91-
YUV133.17164.59179.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=42.09%
G=17.25%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058419800.590.030.20303.4754.7556.67
HexCD54C603B31412f3739
Octal3151243060733244576771
Binary1100110110101001100011001110111110100100101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54C6; }

 p { color: rgb(205,84,198); }

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

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

 a { background-color: rgb(205,84,198); }

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

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

 span { border-color: rgb(205,84,198); }

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