#CD5CCA

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

Shades of Fuchsia #CD5CCA

Tints of Fuchsia #CD5CCA

Color information

#CD5CCA (or 0xCD5CCA) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and CA. RGB value is (205,92,202). Sum of RGB (Red+Green+Blue) = 205+92+202=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CCA is #32A335. Grayscale: #8A8A8A. Windows color (decimal): -3318582 or 13262029. OLE color: 13262029.

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

Color convert

RGB20592202-
CMYK00.550.010.20
HSL301.59º53.05%58.24%-
HSV(B)301.59º55.12%80.39%-
XYZ39.6624.958.59-
YUV138.33163.94175.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=41.08%
G=18.44%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059220200.550.010.20301.5953.0558.24
HexCD5CCA03711412e353a
Octal3151343120671244566572
Binary110011011011100110010100110111110100100101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CCA; }

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

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

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

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

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

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

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

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