#CD5CCC

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

Shades of Fuchsia #CD5CCC

Tints of Fuchsia #CD5CCC

Color information

#CD5CCC (or 0xCD5CCC) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and CC. RGB value is (205,92,204). Sum of RGB (Red+Green+Blue) = 205+92+204=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CCC is #32A333. Grayscale: #8A8A8A. Windows color (decimal): -3318580 or 13393101. OLE color: 13393101.

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

Color convert

RGB20592204-
CMYK00.550.000.20
HSL300.53º53.05%58.24%-
HSV(B)300.53º55.12%80.39%-
XYZ39.924.9959.85-
YUV138.56164.94175.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=40.92%
G=18.36%
B=40.72%

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
Decimal2059220400.550.000.20300.5353.0558.24
HexCD5CCC03701412d353a
Octal3151343140670244556572
Binary110011011011100110011000110111010100100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CCC; }

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

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

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

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

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

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

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

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