#CD5CC6

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

Shades of Fuchsia #CD5CC6

Tints of Fuchsia #CD5CC6

Color information

#CD5CC6 (or 0xCD5CC6) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and C6. RGB value is (205,92,198). Sum of RGB (Red+Green+Blue) = 205+92+198=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CC6 is #32A339. Grayscale: #898989. Windows color (decimal): -3318586 or 12999885. OLE color: 12999885.

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

Color convert

RGB20592198-
CMYK00.550.030.20
HSL303.72º53.05%58.24%-
HSV(B)303.72º55.12%80.39%-
XYZ39.224.7156.13-
YUV137.87161.94175.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 198 (77.73% from 255) = 40%
R=41.41%
G=18.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059219800.550.030.20303.7253.0558.24
HexCD5CC6037314130353a
Octal3151343060673244606572
Binary1100110110111001100011001101111110100100110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CC6; }

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

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

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

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

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

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

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

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