Shades of Fuchsia #CD5DB5
Tints of Fuchsia #CD5DB5
RGB
CMYK
RGB Variations
Color information
#CD5DB5 (or 0xCD5DB5) is known color: Fuchsia. HEX triplet: CD, 5D and B5. RGB value is (205,93,181). Sum of RGB (Red+Green+Blue) = 205+93+181=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DB5 is #32A24A. Grayscale: #888888. Windows color (decimal): -3318347 or 11886029. OLE color: 11886029.
HSL color Cylindrical-coordinate representation of color #CD5DB5: hue angle of 312.86º 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 #CD5DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 181 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.20 |
| HSL | 312.86º | 0.53% | 0.58% | - |
| HSV(B) | 312.86º | 0.55% | 0.8% | - |
| XYZ | 37.43 | 24.14 | 46.4 | - |
| YUV | 136.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 181 | 0 | 0.55 | 0.12 | 0.20 | 312.86 | 0.53 | 0.58 |
| Hex | CD | 5D | B5 | 0 | 37 | C | 14 | 139 | 35 | 3A |
| Octal | 315 | 135 | 265 | 0 | 67 | 14 | 24 | 471 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10110101 | 0 | 110111 | 1100 | 10100 | 100111001 | 110101 | 111010 |
Color Harmonies of #CD5DB5
Complementary color
Monochromatic Colors of #CD5DB5
Black with #CD5DB5
Text Example
Text Example
White with #CD5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DB5; }
p { color: rgb(205,93,181); }
H1.HeaderClassName
{
color: #CD5DB5;
}
.AnyTagClassName
{
color: #CD5DB5;
}
</style>
background-color css
<style>
a { background-color: #CD5DB5; }
a { background-color: rgb(205,93,181); }
div.DivClassName
{
background-color: #CD5DB5;
}
.BgClassName
{
background-color: #CD5DB5;
}
</style>
border-color css
<style>
span { border-color: #CD5DB5; }
span { border-color: rgb(205,93,181); }
td.TdClassName
{
border-color: #CD5DB5;
}
.TagClassName
{
border-color: #CD5DB5;
}
</style>