Shades of Fuchsia #C65DB5
Tints of Fuchsia #C65DB5
RGB
CMYK
RGB Variations
Color information
#C65DB5 (or 0xC65DB5) is known color: Fuchsia. HEX triplet: C6, 5D and B5. RGB value is (198,93,181). Sum of RGB (Red+Green+Blue) = 198+93+181=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DB5 is #39A24A. Grayscale: #868686. Windows color (decimal): -3777099 or 11886022. OLE color: 11886022.
HSL color Cylindrical-coordinate representation of color #C65DB5: hue angle of 309.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65DB5 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 181 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.22 |
| HSL | 309.71º | 0.48% | 0.57% | - |
| HSV(B) | 309.71º | 0.53% | 0.78% | - |
| XYZ | 35.54 | 23.17 | 46.32 | - |
| YUV | 134.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 181 | 0 | 0.53 | 0.09 | 0.22 | 309.71 | 0.48 | 0.57 |
| Hex | C6 | 5D | B5 | 0 | 35 | 9 | 16 | 136 | 30 | 39 |
| Octal | 306 | 135 | 265 | 0 | 65 | 11 | 26 | 466 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10110101 | 0 | 110101 | 1001 | 10110 | 100110110 | 110000 | 111001 |
Color Harmonies of #C65DB5
Complementary color
Monochromatic Colors of #C65DB5
Black with #C65DB5
Text Example
Text Example
White with #C65DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DB5; }
p { color: rgb(198,93,181); }
H1.HeaderClassName
{
color: #C65DB5;
}
.AnyTagClassName
{
color: #C65DB5;
}
</style>
background-color css
<style>
a { background-color: #C65DB5; }
a { background-color: rgb(198,93,181); }
div.DivClassName
{
background-color: #C65DB5;
}
.BgClassName
{
background-color: #C65DB5;
}
</style>
border-color css
<style>
span { border-color: #C65DB5; }
span { border-color: rgb(198,93,181); }
td.TdClassName
{
border-color: #C65DB5;
}
.TagClassName
{
border-color: #C65DB5;
}
</style>