Shades of Fuchsia #CE68B7
Tints of Fuchsia #CE68B7
RGB
CMYK
RGB Variations
Color information
#CE68B7 (or 0xCE68B7) is known color: Fuchsia. HEX triplet: CE, 68 and B7. RGB value is (206,104,183). Sum of RGB (Red+Green+Blue) = 206+104+183=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B7 is #319748. Grayscale: #8F8F8F. Windows color (decimal): -3249993 or 12019918. OLE color: 12019918.
HSL color Cylindrical-coordinate representation of color #CE68B7: hue angle of 313.53º 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 #CE68B7 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 183 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.19 |
| HSL | 313.53º | 0.51% | 0.61% | - |
| HSV(B) | 313.53º | 0.5% | 0.81% | - |
| XYZ | 38.95 | 26.44 | 47.85 | - |
| YUV | 143.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 183 | 0 | 0.50 | 0.11 | 0.19 | 313.53 | 0.51 | 0.61 |
| Hex | CE | 68 | B7 | 0 | 32 | B | 13 | 13A | 33 | 3D |
| Octal | 316 | 150 | 267 | 0 | 62 | 13 | 23 | 472 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10110111 | 0 | 110010 | 1011 | 10011 | 100111010 | 110011 | 111101 |
Color Harmonies of #CE68B7
Complementary color
Monochromatic Colors of #CE68B7
Black with #CE68B7
Text Example
Text Example
White with #CE68B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B7; }
p { color: rgb(206,104,183); }
H1.HeaderClassName
{
color: #CE68B7;
}
.AnyTagClassName
{
color: #CE68B7;
}
</style>
background-color css
<style>
a { background-color: #CE68B7; }
a { background-color: rgb(206,104,183); }
div.DivClassName
{
background-color: #CE68B7;
}
.BgClassName
{
background-color: #CE68B7;
}
</style>
border-color css
<style>
span { border-color: #CE68B7; }
span { border-color: rgb(206,104,183); }
td.TdClassName
{
border-color: #CE68B7;
}
.TagClassName
{
border-color: #CE68B7;
}
</style>