Shades of Fuchsia #CE5AD3
Tints of Fuchsia #CE5AD3
RGB
CMYK
RGB Variations
Color information
#CE5AD3 (or 0xCE5AD3) is known color: Fuchsia. HEX triplet: CE, 5A and D3. RGB value is (206,90,211). Sum of RGB (Red+Green+Blue) = 206+90+211=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE5AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD3 is #31A52C. Grayscale: #8A8A8A. Windows color (decimal): -3253549 or 13851342. OLE color: 13851342.
HSL color Cylindrical-coordinate representation of color #CE5AD3: hue angle of 297.52º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5AD3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 90 | 211 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.17 |
| HSL | 297.52º | 0.58% | 0.59% | - |
| HSV(B) | 297.52º | 0.57% | 0.83% | - |
| XYZ | 40.87 | 25.14 | 64.33 | - |
| YUV | 138.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 211 | 0.02 | 0.57 | 0 | 0.17 | 297.52 | 0.58 | 0.59 |
| Hex | CE | 5A | D3 | 2 | 39 | 0 | 11 | 12A | 3A | 3B |
| Octal | 316 | 132 | 323 | 2 | 71 | 0 | 21 | 452 | 72 | 73 |
| Binary | 11001110 | 1011010 | 11010011 | 10 | 111001 | 0 | 10001 | 100101010 | 111010 | 111011 |
Color Harmonies of #CE5AD3
Complementary color
Monochromatic Colors of #CE5AD3
Black with #CE5AD3
Text Example
Text Example
White with #CE5AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AD3; }
p { color: rgb(206,90,211); }
H1.HeaderClassName
{
color: #CE5AD3;
}
.AnyTagClassName
{
color: #CE5AD3;
}
</style>
background-color css
<style>
a { background-color: #CE5AD3; }
a { background-color: rgb(206,90,211); }
div.DivClassName
{
background-color: #CE5AD3;
}
.BgClassName
{
background-color: #CE5AD3;
}
</style>
border-color css
<style>
span { border-color: #CE5AD3; }
span { border-color: rgb(206,90,211); }
td.TdClassName
{
border-color: #CE5AD3;
}
.TagClassName
{
border-color: #CE5AD3;
}
</style>