Shades of Fuchsia #C665CD
Tints of Fuchsia #C665CD
RGB
CMYK
RGB Variations
Color information
#C665CD (or 0xC665CD) is known color: Fuchsia. HEX triplet: C6, 65 and CD. RGB value is (198,101,205). Sum of RGB (Red+Green+Blue) = 198+101+205=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C665CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665CD is #399A32. Grayscale: #8D8D8D. Windows color (decimal): -3775027 or 13460934. OLE color: 13460934.
HSL color Cylindrical-coordinate representation of color #C665CD: hue angle of 295.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C665CD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 101 | 205 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.20 |
| HSL | 295.96º | 0.51% | 0.6% | - |
| HSV(B) | 295.96º | 0.51% | 0.8% | - |
| XYZ | 38.96 | 25.72 | 60.67 | - |
| YUV | 141.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 205 | 0.03 | 0.51 | 0 | 0.20 | 295.96 | 0.51 | 0.6 |
| Hex | C6 | 65 | CD | 3 | 33 | 0 | 14 | 128 | 33 | 3C |
| Octal | 306 | 145 | 315 | 3 | 63 | 0 | 24 | 450 | 63 | 74 |
| Binary | 11000110 | 1100101 | 11001101 | 11 | 110011 | 0 | 10100 | 100101000 | 110011 | 111100 |
Color Harmonies of #C665CD
Complementary color
Monochromatic Colors of #C665CD
Black with #C665CD
Text Example
Text Example
White with #C665CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665CD; }
p { color: rgb(198,101,205); }
H1.HeaderClassName
{
color: #C665CD;
}
.AnyTagClassName
{
color: #C665CD;
}
</style>
background-color css
<style>
a { background-color: #C665CD; }
a { background-color: rgb(198,101,205); }
div.DivClassName
{
background-color: #C665CD;
}
.BgClassName
{
background-color: #C665CD;
}
</style>
border-color css
<style>
span { border-color: #C665CD; }
span { border-color: rgb(198,101,205); }
td.TdClassName
{
border-color: #C665CD;
}
.TagClassName
{
border-color: #C665CD;
}
</style>