#CD5DCC

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

Shades of Fuchsia #CD5DCC

Tints of Fuchsia #CD5DCC

Color information

#CD5DCC (or 0xCD5DCC) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and CC. RGB value is (205,93,204). Sum of RGB (Red+Green+Blue) = 205+93+204=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DCC is #32A233. Grayscale: #8A8A8A. Windows color (decimal): -3318324 or 13393357. OLE color: 13393357.

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

Color convert

RGB20593204-
CMYK00.550.000.20
HSL300.54º52.83%58.43%-
HSV(B)300.54º54.63%80.39%-
XYZ39.9925.1759.88-
YUV139.14164.61174.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 93 (36.72% from 255) = 18.53%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=40.84%
G=18.53%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059320400.550.000.20300.5452.8358.43
HexCD5DCC03701412d353a
Octal3151353140670244556572
Binary110011011011101110011000110111010100100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DCC; }

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

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

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

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

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

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

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

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