#CD5ABE

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

Shades of Fuchsia #CD5ABE

Tints of Fuchsia #CD5ABE

Color information

#CD5ABE (or 0xCD5ABE) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and BE. RGB value is (205,90,190). Sum of RGB (Red+Green+Blue) = 205+90+190=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ABE is #32A541. Grayscale: #878787. Windows color (decimal): -3319106 or 12475085. OLE color: 12475085.

HSL color Cylindrical-coordinate representation of color #CD5ABE: hue angle of 307.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5ABE is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB20590190-
CMYK00.560.070.20
HSL307.83º53.49%57.84%-
HSV(B)307.83º56.1%80.39%-
XYZ38.1324.0151.34-
YUV135.78158.6177.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 90 (35.55% from 255) = 18.56%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=42.27%
G=18.56%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059019000.560.070.20307.8353.4957.84
HexCD5ABE038714134353a
Octal3151322760707244646572
Binary11001101101101010111110011100011110100100110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5ABE; }

 p { color: rgb(205,90,190); }

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

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

 a { background-color: rgb(205,90,190); }

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

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

 span { border-color: rgb(205,90,190); }

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