Shades of Fuchsia #CD5DB8
Tints of Fuchsia #CD5DB8
RGB
CMYK
RGB Variations
Color information
#CD5DB8 (or 0xCD5DB8) is known color: Fuchsia. HEX triplet: CD, 5D and B8. RGB value is (205,93,184). Sum of RGB (Red+Green+Blue) = 205+93+184=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DB8 is #32A247. Grayscale: #888888. Windows color (decimal): -3318344 or 12082637. OLE color: 12082637.
HSL color Cylindrical-coordinate representation of color #CD5DB8: hue angle of 311.25º 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 #CD5DB8 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 184 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.20 |
| HSL | 311.25º | 0.53% | 0.58% | - |
| HSV(B) | 311.25º | 0.55% | 0.8% | - |
| XYZ | 37.74 | 24.27 | 48.04 | - |
| YUV | 136.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 184 | 0 | 0.55 | 0.10 | 0.20 | 311.25 | 0.53 | 0.58 |
| Hex | CD | 5D | B8 | 0 | 37 | A | 14 | 137 | 35 | 3A |
| Octal | 315 | 135 | 270 | 0 | 67 | 12 | 24 | 467 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10111000 | 0 | 110111 | 1010 | 10100 | 100110111 | 110101 | 111010 |
Color Harmonies of #CD5DB8
Complementary color
Monochromatic Colors of #CD5DB8
Black with #CD5DB8
Text Example
Text Example
White with #CD5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DB8; }
p { color: rgb(205,93,184); }
H1.HeaderClassName
{
color: #CD5DB8;
}
.AnyTagClassName
{
color: #CD5DB8;
}
</style>
background-color css
<style>
a { background-color: #CD5DB8; }
a { background-color: rgb(205,93,184); }
div.DivClassName
{
background-color: #CD5DB8;
}
.BgClassName
{
background-color: #CD5DB8;
}
</style>
border-color css
<style>
span { border-color: #CD5DB8; }
span { border-color: rgb(205,93,184); }
td.TdClassName
{
border-color: #CD5DB8;
}
.TagClassName
{
border-color: #CD5DB8;
}
</style>