Shades of Fuchsia #CE68BB
Tints of Fuchsia #CE68BB
RGB
CMYK
RGB Variations
Color information
#CE68BB (or 0xCE68BB) is known color: Fuchsia. HEX triplet: CE, 68 and BB. RGB value is (206,104,187). Sum of RGB (Red+Green+Blue) = 206+104+187=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68BB is #319744. Grayscale: #8F8F8F. Windows color (decimal): -3249989 or 12282062. OLE color: 12282062.
HSL color Cylindrical-coordinate representation of color #CE68BB: hue angle of 311.18º 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 #CE68BB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 187 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.19 |
| HSL | 311.18º | 0.51% | 0.61% | - |
| HSV(B) | 311.18º | 0.5% | 0.81% | - |
| XYZ | 39.37 | 26.61 | 50.07 | - |
| YUV | 143.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 187 | 0 | 0.50 | 0.09 | 0.19 | 311.18 | 0.51 | 0.61 |
| Hex | CE | 68 | BB | 0 | 32 | 9 | 13 | 137 | 33 | 3D |
| Octal | 316 | 150 | 273 | 0 | 62 | 11 | 23 | 467 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10111011 | 0 | 110010 | 1001 | 10011 | 100110111 | 110011 | 111101 |
Color Harmonies of #CE68BB
Complementary color
Monochromatic Colors of #CE68BB
Black with #CE68BB
Text Example
Text Example
White with #CE68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68BB; }
p { color: rgb(206,104,187); }
H1.HeaderClassName
{
color: #CE68BB;
}
.AnyTagClassName
{
color: #CE68BB;
}
</style>
background-color css
<style>
a { background-color: #CE68BB; }
a { background-color: rgb(206,104,187); }
div.DivClassName
{
background-color: #CE68BB;
}
.BgClassName
{
background-color: #CE68BB;
}
</style>
border-color css
<style>
span { border-color: #CE68BB; }
span { border-color: rgb(206,104,187); }
td.TdClassName
{
border-color: #CE68BB;
}
.TagClassName
{
border-color: #CE68BB;
}
</style>