Shades of Fuchsia #CE5BD2
Tints of Fuchsia #CE5BD2
RGB
CMYK
RGB Variations
Color information
#CE5BD2 (or 0xCE5BD2) is known color: Fuchsia. HEX triplet: CE, 5B and D2. RGB value is (206,91,210). Sum of RGB (Red+Green+Blue) = 206+91+210=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE5BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BD2 is #31A42D. Grayscale: #8A8A8A. Windows color (decimal): -3253294 or 13786062. OLE color: 13786062.
HSL color Cylindrical-coordinate representation of color #CE5BD2: hue angle of 297.98º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5BD2 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 91 | 210 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.18 |
| HSL | 297.98º | 0.57% | 0.59% | - |
| HSV(B) | 297.98º | 0.57% | 0.82% | - |
| XYZ | 40.83 | 25.26 | 63.7 | - |
| YUV | 138.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 210 | 0.02 | 0.57 | 0 | 0.18 | 297.98 | 0.57 | 0.59 |
| Hex | CE | 5B | D2 | 2 | 39 | 0 | 12 | 12A | 39 | 3B |
| Octal | 316 | 133 | 322 | 2 | 71 | 0 | 22 | 452 | 71 | 73 |
| Binary | 11001110 | 1011011 | 11010010 | 10 | 111001 | 0 | 10010 | 100101010 | 111001 | 111011 |
Color Harmonies of #CE5BD2
Complementary color
Monochromatic Colors of #CE5BD2
Black with #CE5BD2
Text Example
Text Example
White with #CE5BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BD2; }
p { color: rgb(206,91,210); }
H1.HeaderClassName
{
color: #CE5BD2;
}
.AnyTagClassName
{
color: #CE5BD2;
}
</style>
background-color css
<style>
a { background-color: #CE5BD2; }
a { background-color: rgb(206,91,210); }
div.DivClassName
{
background-color: #CE5BD2;
}
.BgClassName
{
background-color: #CE5BD2;
}
</style>
border-color css
<style>
span { border-color: #CE5BD2; }
span { border-color: rgb(206,91,210); }
td.TdClassName
{
border-color: #CE5BD2;
}
.TagClassName
{
border-color: #CE5BD2;
}
</style>