#CD5AC6

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

Shades of Fuchsia #CD5AC6

Tints of Fuchsia #CD5AC6

Color information

#CD5AC6 (or 0xCD5AC6) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and C6. RGB value is (205,90,198). Sum of RGB (Red+Green+Blue) = 205+90+198=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AC6 is #32A539. Grayscale: #888888. Windows color (decimal): -3319098 or 12999373. OLE color: 12999373.

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

Color convert

RGB20590198-
CMYK00.560.030.20
HSL303.65º53.49%57.84%-
HSV(B)303.65º56.1%80.39%-
XYZ39.0324.3756.07-
YUV136.7162.6176.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 90 (35.55% from 255) = 18.26%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=41.58%
G=18.26%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059019800.560.030.20303.6553.4957.84
HexCD5AC6038314130353a
Octal3151323060703244606572
Binary1100110110110101100011001110001110100100110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AC6; }

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

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

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

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

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

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

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

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