#CD5CCD

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

Shades of Fuchsia #CD5CCD

Tints of Fuchsia #CD5CCD

Color information

#CD5CCD (or 0xCD5CCD) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and CD. RGB value is (205,92,205). Sum of RGB (Red+Green+Blue) = 205+92+205=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CCD is #32A332. Grayscale: #8A8A8A. Windows color (decimal): -3318579 or 13458637. OLE color: 13458637.

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

Color convert

RGB20592205-
CMYK00.5500.20
HSL300º53.05%58.24%-
HSV(B)300º55.12%80.39%-
XYZ40.0225.0460.48-
YUV138.67165.44175.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=40.84%
G=18.33%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059220500.5500.2030053.0558.24
HexCD5CCD03701412c353a
Octal3151343150670244546572
Binary110011011011100110011010110111010100100101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CCD; }

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

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

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

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

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

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

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

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