#CD5CC0

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

Shades of Fuchsia #CD5CC0

Tints of Fuchsia #CD5CC0

Color information

#CD5CC0 (or 0xCD5CC0) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and C0. RGB value is (205,92,192). Sum of RGB (Red+Green+Blue) = 205+92+192=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CC0 is #32A33F. Grayscale: #888888. Windows color (decimal): -3318592 or 12606669. OLE color: 12606669.

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

Color convert

RGB20592192-
CMYK00.550.060.20
HSL306.9º53.05%58.24%-
HSV(B)306.9º55.12%80.39%-
XYZ38.5224.4452.56-
YUV137.19158.94176.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=41.92%
G=18.81%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059219200.550.060.20306.953.0558.24
HexCD5CC0037614133353a
Octal3151343000676244636572
Binary11001101101110011000000011011111010100100110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CC0; }

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

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

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

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

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

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

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

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