#CD5AC5

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

Shades of Fuchsia #CD5AC5

Tints of Fuchsia #CD5AC5

Color information

#CD5AC5 (or 0xCD5AC5) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and C5. RGB value is (205,90,197). Sum of RGB (Red+Green+Blue) = 205+90+197=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AC5 is #32A53A. Grayscale: #888888. Windows color (decimal): -3319099 or 12933837. OLE color: 12933837.

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

Color convert

RGB20590197-
CMYK00.560.040.20
HSL304.17º53.49%57.84%-
HSV(B)304.17º56.1%80.39%-
XYZ38.9124.3255.47-
YUV136.58162.1176.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 197 (77.34% from 255) = 40.04%
R=41.67%
G=18.29%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059019700.560.040.20304.1753.4957.84
HexCD5AC5038414130353a
Octal3151323050704244606572
Binary11001101101101011000101011100010010100100110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AC5; }

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

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

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

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

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

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

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

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