#CD5DC3

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

Shades of Fuchsia #CD5DC3

Tints of Fuchsia #CD5DC3

Color information

#CD5DC3 (or 0xCD5DC3) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and C3. RGB value is (205,93,195). Sum of RGB (Red+Green+Blue) = 205+93+195=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DC3 is #32A23C. Grayscale: #898989. Windows color (decimal): -3318333 or 12803533. OLE color: 12803533.

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

Color convert

RGB20593195-
CMYK00.550.050.20
HSL305.36º52.83%58.43%-
HSV(B)305.36º54.63%80.39%-
XYZ38.9424.7554.35-
YUV138.12160.11175.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=41.58%
G=18.86%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059319500.550.050.20305.3652.8358.43
HexCD5DC3037514131353a
Octal3151353030675244616572
Binary11001101101110111000011011011110110100100110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DC3; }

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

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

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

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

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

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

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

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