Shades of Fuchsia #C668CD
Tints of Fuchsia #C668CD
RGB
CMYK
RGB Variations
Color information
#C668CD (or 0xC668CD) is known color: Fuchsia. HEX triplet: C6, 68 and CD. RGB value is (198,104,205). Sum of RGB (Red+Green+Blue) = 198+104+205=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C668CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668CD is #399732. Grayscale: #8F8F8F. Windows color (decimal): -3774259 or 13461702. OLE color: 13461702.
HSL color Cylindrical-coordinate representation of color #C668CD: hue angle of 295.84º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C668CD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 104 | 205 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.20 |
| HSL | 295.84º | 0.5% | 0.61% | - |
| HSV(B) | 295.84º | 0.49% | 0.8% | - |
| XYZ | 39.26 | 26.31 | 60.77 | - |
| YUV | 143.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 205 | 0.03 | 0.49 | 0 | 0.20 | 295.84 | 0.5 | 0.61 |
| Hex | C6 | 68 | CD | 3 | 31 | 0 | 14 | 128 | 32 | 3D |
| Octal | 306 | 150 | 315 | 3 | 61 | 0 | 24 | 450 | 62 | 75 |
| Binary | 11000110 | 1101000 | 11001101 | 11 | 110001 | 0 | 10100 | 100101000 | 110010 | 111101 |
Color Harmonies of #C668CD
Complementary color
Monochromatic Colors of #C668CD
Black with #C668CD
Text Example
Text Example
White with #C668CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668CD; }
p { color: rgb(198,104,205); }
H1.HeaderClassName
{
color: #C668CD;
}
.AnyTagClassName
{
color: #C668CD;
}
</style>
background-color css
<style>
a { background-color: #C668CD; }
a { background-color: rgb(198,104,205); }
div.DivClassName
{
background-color: #C668CD;
}
.BgClassName
{
background-color: #C668CD;
}
</style>
border-color css
<style>
span { border-color: #C668CD; }
span { border-color: rgb(198,104,205); }
td.TdClassName
{
border-color: #C668CD;
}
.TagClassName
{
border-color: #C668CD;
}
</style>