Shades of Fuchsia #CE5DCD
Tints of Fuchsia #CE5DCD
RGB
CMYK
RGB Variations
Color information
#CE5DCD (or 0xCE5DCD) is known color: Fuchsia. HEX triplet: CE, 5D and CD. RGB value is (206,93,205). Sum of RGB (Red+Green+Blue) = 206+93+205=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DCD is #31A232. Grayscale: #8B8B8B. Windows color (decimal): -3252787 or 13458894. OLE color: 13458894.
HSL color Cylindrical-coordinate representation of color #CE5DCD: hue angle of 300.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DCD is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 205 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.19 |
| HSL | 300.53º | 0.54% | 0.59% | - |
| HSV(B) | 300.53º | 0.55% | 0.81% | - |
| XYZ | 40.39 | 25.36 | 60.52 | - |
| YUV | 139.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 205 | 0 | 0.55 | 0.00 | 0.19 | 300.53 | 0.54 | 0.59 |
| Hex | CE | 5D | CD | 0 | 37 | 0 | 13 | 12D | 36 | 3B |
| Octal | 316 | 135 | 315 | 0 | 67 | 0 | 23 | 455 | 66 | 73 |
| Binary | 11001110 | 1011101 | 11001101 | 0 | 110111 | 0 | 10011 | 100101101 | 110110 | 111011 |
Color Harmonies of #CE5DCD
Complementary color
Monochromatic Colors of #CE5DCD
Black with #CE5DCD
Text Example
Text Example
White with #CE5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DCD; }
p { color: rgb(206,93,205); }
H1.HeaderClassName
{
color: #CE5DCD;
}
.AnyTagClassName
{
color: #CE5DCD;
}
</style>
background-color css
<style>
a { background-color: #CE5DCD; }
a { background-color: rgb(206,93,205); }
div.DivClassName
{
background-color: #CE5DCD;
}
.BgClassName
{
background-color: #CE5DCD;
}
</style>
border-color css
<style>
span { border-color: #CE5DCD; }
span { border-color: rgb(206,93,205); }
td.TdClassName
{
border-color: #CE5DCD;
}
.TagClassName
{
border-color: #CE5DCD;
}
</style>