Shades of Fuchsia #CE68B6
Tints of Fuchsia #CE68B6
RGB
CMYK
RGB Variations
Color information
#CE68B6 (or 0xCE68B6) is known color: Fuchsia. HEX triplet: CE, 68 and B6. RGB value is (206,104,182). Sum of RGB (Red+Green+Blue) = 206+104+182=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B6 is #319749. Grayscale: #8F8F8F. Windows color (decimal): -3249994 or 11954382. OLE color: 11954382.
HSL color Cylindrical-coordinate representation of color #CE68B6: hue angle of 314.12º 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 #CE68B6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 182 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.19 |
| HSL | 314.12º | 0.51% | 0.61% | - |
| HSV(B) | 314.12º | 0.5% | 0.81% | - |
| XYZ | 38.85 | 26.4 | 47.3 | - |
| YUV | 143.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 182 | 0 | 0.50 | 0.12 | 0.19 | 314.12 | 0.51 | 0.61 |
| Hex | CE | 68 | B6 | 0 | 32 | C | 13 | 13A | 33 | 3D |
| Octal | 316 | 150 | 266 | 0 | 62 | 14 | 23 | 472 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10110110 | 0 | 110010 | 1100 | 10011 | 100111010 | 110011 | 111101 |
Color Harmonies of #CE68B6
Complementary color
Monochromatic Colors of #CE68B6
Black with #CE68B6
Text Example
Text Example
White with #CE68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B6; }
p { color: rgb(206,104,182); }
H1.HeaderClassName
{
color: #CE68B6;
}
.AnyTagClassName
{
color: #CE68B6;
}
</style>
background-color css
<style>
a { background-color: #CE68B6; }
a { background-color: rgb(206,104,182); }
div.DivClassName
{
background-color: #CE68B6;
}
.BgClassName
{
background-color: #CE68B6;
}
</style>
border-color css
<style>
span { border-color: #CE68B6; }
span { border-color: rgb(206,104,182); }
td.TdClassName
{
border-color: #CE68B6;
}
.TagClassName
{
border-color: #CE68B6;
}
</style>