#CD54B4

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

Shades of Fuchsia #CD54B4

Tints of Fuchsia #CD54B4

Color information

#CD54B4 (or 0xCD54B4) is unknown color: approx Fuchsia. HEX triplet: CD, 54 and B4. RGB value is (205,84,180). Sum of RGB (Red+Green+Blue) = 205+84+180=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54B4 is #32AB4B. Grayscale: #828282. Windows color (decimal): -3320652 or 11818189. OLE color: 11818189.

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

Color convert

RGB20584180-
CMYK00.590.120.20
HSL312.4º54.75%56.67%-
HSV(B)312.4º59.02%80.39%-
XYZ36.5922.6245.62-
YUV131.12155.59180.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=43.71%
G=17.91%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058418000.590.120.20312.454.7556.67
HexCD54B403BC141383739
Octal31512426407314244706771
Binary110011011010100101101000111011110010100100111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54B4; }

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

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

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

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

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

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

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

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