Shades of Fuchsia #CE5DB7
Tints of Fuchsia #CE5DB7
RGB
CMYK
RGB Variations
Color information
#CE5DB7 (or 0xCE5DB7) is known color: Fuchsia. HEX triplet: CE, 5D and B7. RGB value is (206,93,183). Sum of RGB (Red+Green+Blue) = 206+93+183=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DB7 is #31A248. Grayscale: #888888. Windows color (decimal): -3252809 or 12017102. OLE color: 12017102.
HSL color Cylindrical-coordinate representation of color #CE5DB7: hue angle of 312.21º 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 #CE5DB7 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 183 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.19 |
| HSL | 312.21º | 0.54% | 0.59% | - |
| HSV(B) | 312.21º | 0.55% | 0.81% | - |
| XYZ | 37.92 | 24.37 | 47.51 | - |
| YUV | 137.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 183 | 0 | 0.55 | 0.11 | 0.19 | 312.21 | 0.54 | 0.59 |
| Hex | CE | 5D | B7 | 0 | 37 | B | 13 | 138 | 36 | 3B |
| Octal | 316 | 135 | 267 | 0 | 67 | 13 | 23 | 470 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10110111 | 0 | 110111 | 1011 | 10011 | 100111000 | 110110 | 111011 |
Color Harmonies of #CE5DB7
Complementary color
Monochromatic Colors of #CE5DB7
Black with #CE5DB7
Text Example
Text Example
White with #CE5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DB7; }
p { color: rgb(206,93,183); }
H1.HeaderClassName
{
color: #CE5DB7;
}
.AnyTagClassName
{
color: #CE5DB7;
}
</style>
background-color css
<style>
a { background-color: #CE5DB7; }
a { background-color: rgb(206,93,183); }
div.DivClassName
{
background-color: #CE5DB7;
}
.BgClassName
{
background-color: #CE5DB7;
}
</style>
border-color css
<style>
span { border-color: #CE5DB7; }
span { border-color: rgb(206,93,183); }
td.TdClassName
{
border-color: #CE5DB7;
}
.TagClassName
{
border-color: #CE5DB7;
}
</style>