Shades of Fuchsia #CE68B0
Tints of Fuchsia #CE68B0
RGB
CMYK
RGB Variations
Color information
#CE68B0 (or 0xCE68B0) is known color: Fuchsia. HEX triplet: CE, 68 and B0. RGB value is (206,104,176). Sum of RGB (Red+Green+Blue) = 206+104+176=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE68B0 is #31974F. Grayscale: #8E8E8E. Windows color (decimal): -3250000 or 11561166. OLE color: 11561166.
HSL color Cylindrical-coordinate representation of color #CE68B0: hue angle of 317.65º 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 #CE68B0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 176 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.19 |
| HSL | 317.65º | 0.51% | 0.61% | - |
| HSV(B) | 317.65º | 0.5% | 0.81% | - |
| XYZ | 38.24 | 26.16 | 44.11 | - |
| YUV | 142.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 176 | 0 | 0.50 | 0.15 | 0.19 | 317.65 | 0.51 | 0.61 |
| Hex | CE | 68 | B0 | 0 | 32 | F | 13 | 13E | 33 | 3D |
| Octal | 316 | 150 | 260 | 0 | 62 | 17 | 23 | 476 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10110000 | 0 | 110010 | 1111 | 10011 | 100111110 | 110011 | 111101 |
Color Harmonies of #CE68B0
Complementary color
Monochromatic Colors of #CE68B0
Black with #CE68B0
Text Example
Text Example
White with #CE68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B0; }
p { color: rgb(206,104,176); }
H1.HeaderClassName
{
color: #CE68B0;
}
.AnyTagClassName
{
color: #CE68B0;
}
</style>
background-color css
<style>
a { background-color: #CE68B0; }
a { background-color: rgb(206,104,176); }
div.DivClassName
{
background-color: #CE68B0;
}
.BgClassName
{
background-color: #CE68B0;
}
</style>
border-color css
<style>
span { border-color: #CE68B0; }
span { border-color: rgb(206,104,176); }
td.TdClassName
{
border-color: #CE68B0;
}
.TagClassName
{
border-color: #CE68B0;
}
</style>