Shades of Fuchsia #C668BD
Tints of Fuchsia #C668BD
RGB
CMYK
RGB Variations
Color information
#C668BD (or 0xC668BD) is known color: Fuchsia. HEX triplet: C6, 68 and BD. RGB value is (198,104,189). Sum of RGB (Red+Green+Blue) = 198+104+189=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BD is #399742. Grayscale: #8D8D8D. Windows color (decimal): -3774275 or 12413126. OLE color: 12413126.
HSL color Cylindrical-coordinate representation of color #C668BD: hue angle of 305.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668BD is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 189 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.22 |
| HSL | 305.74º | 0.45% | 0.59% | - |
| HSV(B) | 305.74º | 0.47% | 0.78% | - |
| XYZ | 37.42 | 25.58 | 51.11 | - |
| YUV | 141.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 189 | 0 | 0.47 | 0.05 | 0.22 | 305.74 | 0.45 | 0.59 |
| Hex | C6 | 68 | BD | 0 | 2F | 5 | 16 | 132 | 2D | 3B |
| Octal | 306 | 150 | 275 | 0 | 57 | 5 | 26 | 462 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10111101 | 0 | 101111 | 101 | 10110 | 100110010 | 101101 | 111011 |
Color Harmonies of #C668BD
Complementary color
Monochromatic Colors of #C668BD
Black with #C668BD
Text Example
Text Example
White with #C668BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668BD; }
p { color: rgb(198,104,189); }
H1.HeaderClassName
{
color: #C668BD;
}
.AnyTagClassName
{
color: #C668BD;
}
</style>
background-color css
<style>
a { background-color: #C668BD; }
a { background-color: rgb(198,104,189); }
div.DivClassName
{
background-color: #C668BD;
}
.BgClassName
{
background-color: #C668BD;
}
</style>
border-color css
<style>
span { border-color: #C668BD; }
span { border-color: rgb(198,104,189); }
td.TdClassName
{
border-color: #C668BD;
}
.TagClassName
{
border-color: #C668BD;
}
</style>