Shades of Fuchsia #CE5DC6
Tints of Fuchsia #CE5DC6
RGB
CMYK
RGB Variations
Color information
#CE5DC6 (or 0xCE5DC6) is known color: Fuchsia. HEX triplet: CE, 5D and C6. RGB value is (206,93,198). Sum of RGB (Red+Green+Blue) = 206+93+198=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC6 is #31A239. Grayscale: #8A8A8A. Windows color (decimal): -3252794 or 13000142. OLE color: 13000142.
HSL color Cylindrical-coordinate representation of color #CE5DC6: hue angle of 304.25º 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 #CE5DC6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 198 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.19 |
| HSL | 304.25º | 0.54% | 0.59% | - |
| HSV(B) | 304.25º | 0.55% | 0.81% | - |
| XYZ | 39.56 | 25.03 | 56.17 | - |
| YUV | 138.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 198 | 0 | 0.55 | 0.04 | 0.19 | 304.25 | 0.54 | 0.59 |
| Hex | CE | 5D | C6 | 0 | 37 | 4 | 13 | 130 | 36 | 3B |
| Octal | 316 | 135 | 306 | 0 | 67 | 4 | 23 | 460 | 66 | 73 |
| Binary | 11001110 | 1011101 | 11000110 | 0 | 110111 | 100 | 10011 | 100110000 | 110110 | 111011 |
Color Harmonies of #CE5DC6
Complementary color
Monochromatic Colors of #CE5DC6
Black with #CE5DC6
Text Example
Text Example
White with #CE5DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DC6; }
p { color: rgb(206,93,198); }
H1.HeaderClassName
{
color: #CE5DC6;
}
.AnyTagClassName
{
color: #CE5DC6;
}
</style>
background-color css
<style>
a { background-color: #CE5DC6; }
a { background-color: rgb(206,93,198); }
div.DivClassName
{
background-color: #CE5DC6;
}
.BgClassName
{
background-color: #CE5DC6;
}
</style>
border-color css
<style>
span { border-color: #CE5DC6; }
span { border-color: rgb(206,93,198); }
td.TdClassName
{
border-color: #CE5DC6;
}
.TagClassName
{
border-color: #CE5DC6;
}
</style>