Shades of Fuchsia #CE68C0
Tints of Fuchsia #CE68C0
RGB
CMYK
RGB Variations
Color information
#CE68C0 (or 0xCE68C0) is known color: Fuchsia. HEX triplet: CE, 68 and C0. RGB value is (206,104,192). Sum of RGB (Red+Green+Blue) = 206+104+192=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C0 is #31973F. Grayscale: #909090. Windows color (decimal): -3249984 or 12609742. OLE color: 12609742.
HSL color Cylindrical-coordinate representation of color #CE68C0: hue angle of 308.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68C0 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 192 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.19 |
| HSL | 308.24º | 0.51% | 0.61% | - |
| HSV(B) | 308.24º | 0.5% | 0.81% | - |
| XYZ | 39.92 | 26.83 | 52.94 | - |
| YUV | 144.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 192 | 0 | 0.50 | 0.07 | 0.19 | 308.24 | 0.51 | 0.61 |
| Hex | CE | 68 | C0 | 0 | 32 | 7 | 13 | 134 | 33 | 3D |
| Octal | 316 | 150 | 300 | 0 | 62 | 7 | 23 | 464 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11000000 | 0 | 110010 | 111 | 10011 | 100110100 | 110011 | 111101 |
Color Harmonies of #CE68C0
Complementary color
Monochromatic Colors of #CE68C0
Black with #CE68C0
Text Example
Text Example
White with #CE68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C0; }
p { color: rgb(206,104,192); }
H1.HeaderClassName
{
color: #CE68C0;
}
.AnyTagClassName
{
color: #CE68C0;
}
</style>
background-color css
<style>
a { background-color: #CE68C0; }
a { background-color: rgb(206,104,192); }
div.DivClassName
{
background-color: #CE68C0;
}
.BgClassName
{
background-color: #CE68C0;
}
</style>
border-color css
<style>
span { border-color: #CE68C0; }
span { border-color: rgb(206,104,192); }
td.TdClassName
{
border-color: #CE68C0;
}
.TagClassName
{
border-color: #CE68C0;
}
</style>