#CD5DC4

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

Shades of Fuchsia #CD5DC4

Tints of Fuchsia #CD5DC4

Color information

#CD5DC4 (or 0xCD5DC4) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and C4. RGB value is (205,93,196). Sum of RGB (Red+Green+Blue) = 205+93+196=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DC4 is #32A23B. Grayscale: #898989. Windows color (decimal): -3318332 or 12869069. OLE color: 12869069.

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

Color convert

RGB20593196-
CMYK00.550.040.20
HSL304.82º52.83%58.43%-
HSV(B)304.82º54.63%80.39%-
XYZ39.0524.7954.95-
YUV138.23160.61175.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 196 (76.95% from 255) = 39.68%
R=41.50%
G=18.83%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059319600.550.040.20304.8252.8358.43
HexCD5DC4037414131353a
Octal3151353040674244616572
Binary11001101101110111000100011011110010100100110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DC4; }

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

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

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

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

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

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

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

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