#CD5AC3

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

Shades of Fuchsia #CD5AC3

Tints of Fuchsia #CD5AC3

Color information

#CD5AC3 (or 0xCD5AC3) is unknown color: approx Fuchsia. HEX triplet: CD, 5A and C3. RGB value is (205,90,195). Sum of RGB (Red+Green+Blue) = 205+90+195=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AC3 is #32A53C. Grayscale: #888888. Windows color (decimal): -3319101 or 12802765. OLE color: 12802765.

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

Color convert

RGB20590195-
CMYK00.560.050.20
HSL305.22º53.49%57.84%-
HSV(B)305.22º56.1%80.39%-
XYZ38.6824.2354.27-
YUV136.35161.1176.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=41.84%
G=18.37%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059019500.560.050.20305.2253.4957.84
HexCD5AC3038514131353a
Octal3151323030705244616572
Binary11001101101101011000011011100010110100100110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5AC3; }

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

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

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

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

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

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

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

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