Shades of Fuchsia #C66DBC
Tints of Fuchsia #C66DBC
RGB
CMYK
RGB Variations
Color information
#C66DBC (or 0xC66DBC) is known color: Fuchsia. HEX triplet: C6, 6D and BC. RGB value is (198,109,188). Sum of RGB (Red+Green+Blue) = 198+109+188=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DBC is #399243. Grayscale: #909090. Windows color (decimal): -3772996 or 12348870. OLE color: 12348870.
HSL color Cylindrical-coordinate representation of color #C66DBC: hue angle of 306.74º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66DBC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 188 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.22 |
| HSL | 306.74º | 0.44% | 0.6% | - |
| HSV(B) | 306.74º | 0.45% | 0.78% | - |
| XYZ | 37.83 | 26.57 | 50.71 | - |
| YUV | 144.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 188 | 0 | 0.45 | 0.05 | 0.22 | 306.74 | 0.44 | 0.6 |
| Hex | C6 | 6D | BC | 0 | 2D | 5 | 16 | 133 | 2C | 3C |
| Octal | 306 | 155 | 274 | 0 | 55 | 5 | 26 | 463 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10111100 | 0 | 101101 | 101 | 10110 | 100110011 | 101100 | 111100 |
Color Harmonies of #C66DBC
Complementary color
Monochromatic Colors of #C66DBC
Black with #C66DBC
Text Example
Text Example
White with #C66DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DBC; }
p { color: rgb(198,109,188); }
H1.HeaderClassName
{
color: #C66DBC;
}
.AnyTagClassName
{
color: #C66DBC;
}
</style>
background-color css
<style>
a { background-color: #C66DBC; }
a { background-color: rgb(198,109,188); }
div.DivClassName
{
background-color: #C66DBC;
}
.BgClassName
{
background-color: #C66DBC;
}
</style>
border-color css
<style>
span { border-color: #C66DBC; }
span { border-color: rgb(198,109,188); }
td.TdClassName
{
border-color: #C66DBC;
}
.TagClassName
{
border-color: #C66DBC;
}
</style>