Shades of Fuchsia #CE5AD0
Tints of Fuchsia #CE5AD0
RGB
CMYK
RGB Variations
Color information
#CE5AD0 (or 0xCE5AD0) is known color: Fuchsia. HEX triplet: CE, 5A and D0. RGB value is (206,90,208). Sum of RGB (Red+Green+Blue) = 206+90+208=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD0 is #31A52F. Grayscale: #898989. Windows color (decimal): -3253552 or 13654734. OLE color: 13654734.
HSL color Cylindrical-coordinate representation of color #CE5AD0: hue angle of 298.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5AD0 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 90 | 208 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.18 |
| HSL | 298.98º | 0.56% | 0.58% | - |
| HSV(B) | 298.98º | 0.57% | 0.82% | - |
| XYZ | 40.49 | 24.99 | 62.36 | - |
| YUV | 138.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 208 | 0.01 | 0.57 | 0 | 0.18 | 298.98 | 0.56 | 0.58 |
| Hex | CE | 5A | D0 | 1 | 39 | 0 | 12 | 12B | 38 | 3A |
| Octal | 316 | 132 | 320 | 1 | 71 | 0 | 22 | 453 | 70 | 72 |
| Binary | 11001110 | 1011010 | 11010000 | 1 | 111001 | 0 | 10010 | 100101011 | 111000 | 111010 |
Color Harmonies of #CE5AD0
Complementary color
Monochromatic Colors of #CE5AD0
Black with #CE5AD0
Text Example
Text Example
White with #CE5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AD0; }
p { color: rgb(206,90,208); }
H1.HeaderClassName
{
color: #CE5AD0;
}
.AnyTagClassName
{
color: #CE5AD0;
}
</style>
background-color css
<style>
a { background-color: #CE5AD0; }
a { background-color: rgb(206,90,208); }
div.DivClassName
{
background-color: #CE5AD0;
}
.BgClassName
{
background-color: #CE5AD0;
}
</style>
border-color css
<style>
span { border-color: #CE5AD0; }
span { border-color: rgb(206,90,208); }
td.TdClassName
{
border-color: #CE5AD0;
}
.TagClassName
{
border-color: #CE5AD0;
}
</style>