Shades of Fuchsia #CE68BE
Tints of Fuchsia #CE68BE
RGB
CMYK
RGB Variations
Color information
#CE68BE (or 0xCE68BE) is known color: Fuchsia. HEX triplet: CE, 68 and BE. RGB value is (206,104,190). Sum of RGB (Red+Green+Blue) = 206+104+190=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68BE is #319741. Grayscale: #909090. Windows color (decimal): -3249986 or 12478670. OLE color: 12478670.
HSL color Cylindrical-coordinate representation of color #CE68BE: hue angle of 309.41º 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 #CE68BE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 190 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.19 |
| HSL | 309.41º | 0.51% | 0.61% | - |
| HSV(B) | 309.41º | 0.5% | 0.81% | - |
| XYZ | 39.7 | 26.74 | 51.78 | - |
| YUV | 144.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 190 | 0 | 0.50 | 0.08 | 0.19 | 309.41 | 0.51 | 0.61 |
| Hex | CE | 68 | BE | 0 | 32 | 8 | 13 | 135 | 33 | 3D |
| Octal | 316 | 150 | 276 | 0 | 62 | 10 | 23 | 465 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10111110 | 0 | 110010 | 1000 | 10011 | 100110101 | 110011 | 111101 |
Color Harmonies of #CE68BE
Complementary color
Monochromatic Colors of #CE68BE
Black with #CE68BE
Text Example
Text Example
White with #CE68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68BE; }
p { color: rgb(206,104,190); }
H1.HeaderClassName
{
color: #CE68BE;
}
.AnyTagClassName
{
color: #CE68BE;
}
</style>
background-color css
<style>
a { background-color: #CE68BE; }
a { background-color: rgb(206,104,190); }
div.DivClassName
{
background-color: #CE68BE;
}
.BgClassName
{
background-color: #CE68BE;
}
</style>
border-color css
<style>
span { border-color: #CE68BE; }
span { border-color: rgb(206,104,190); }
td.TdClassName
{
border-color: #CE68BE;
}
.TagClassName
{
border-color: #CE68BE;
}
</style>