Shades of Fuchsia #CE68B3
Tints of Fuchsia #CE68B3
RGB
CMYK
RGB Variations
Color information
#CE68B3 (or 0xCE68B3) is known color: Fuchsia. HEX triplet: CE, 68 and B3. RGB value is (206,104,179). Sum of RGB (Red+Green+Blue) = 206+104+179=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B3 is #31974C. Grayscale: #8E8E8E. Windows color (decimal): -3249997 or 11757774. OLE color: 11757774.
HSL color Cylindrical-coordinate representation of color #CE68B3: hue angle of 315.88º 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 #CE68B3 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 179 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.19 |
| HSL | 315.88º | 0.51% | 0.61% | - |
| HSV(B) | 315.88º | 0.5% | 0.81% | - |
| XYZ | 38.54 | 26.28 | 45.69 | - |
| YUV | 143.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 179 | 0 | 0.50 | 0.13 | 0.19 | 315.88 | 0.51 | 0.61 |
| Hex | CE | 68 | B3 | 0 | 32 | D | 13 | 13C | 33 | 3D |
| Octal | 316 | 150 | 263 | 0 | 62 | 15 | 23 | 474 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10110011 | 0 | 110010 | 1101 | 10011 | 100111100 | 110011 | 111101 |
Color Harmonies of #CE68B3
Complementary color
Monochromatic Colors of #CE68B3
Black with #CE68B3
Text Example
Text Example
White with #CE68B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B3; }
p { color: rgb(206,104,179); }
H1.HeaderClassName
{
color: #CE68B3;
}
.AnyTagClassName
{
color: #CE68B3;
}
</style>
background-color css
<style>
a { background-color: #CE68B3; }
a { background-color: rgb(206,104,179); }
div.DivClassName
{
background-color: #CE68B3;
}
.BgClassName
{
background-color: #CE68B3;
}
</style>
border-color css
<style>
span { border-color: #CE68B3; }
span { border-color: rgb(206,104,179); }
td.TdClassName
{
border-color: #CE68B3;
}
.TagClassName
{
border-color: #CE68B3;
}
</style>