Shades of Fuchsia #C65BCD
Tints of Fuchsia #C65BCD
RGB
CMYK
RGB Variations
Color information
#C65BCD (or 0xC65BCD) is known color: Fuchsia. HEX triplet: C6, 5B and CD. RGB value is (198,91,205). Sum of RGB (Red+Green+Blue) = 198+91+205=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C65BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BCD is #39A432. Grayscale: #878787. Windows color (decimal): -3777587 or 13458374. OLE color: 13458374.
HSL color Cylindrical-coordinate representation of color #C65BCD: hue angle of 296.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65BCD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 91 | 205 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.20 |
| HSL | 296.32º | 0.53% | 0.58% | - |
| HSV(B) | 296.32º | 0.56% | 0.8% | - |
| XYZ | 38.05 | 23.9 | 60.36 | - |
| YUV | 135.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 205 | 0.03 | 0.56 | 0 | 0.20 | 296.32 | 0.53 | 0.58 |
| Hex | C6 | 5B | CD | 3 | 38 | 0 | 14 | 128 | 35 | 3A |
| Octal | 306 | 133 | 315 | 3 | 70 | 0 | 24 | 450 | 65 | 72 |
| Binary | 11000110 | 1011011 | 11001101 | 11 | 111000 | 0 | 10100 | 100101000 | 110101 | 111010 |
Color Harmonies of #C65BCD
Complementary color
Monochromatic Colors of #C65BCD
Black with #C65BCD
Text Example
Text Example
White with #C65BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BCD; }
p { color: rgb(198,91,205); }
H1.HeaderClassName
{
color: #C65BCD;
}
.AnyTagClassName
{
color: #C65BCD;
}
</style>
background-color css
<style>
a { background-color: #C65BCD; }
a { background-color: rgb(198,91,205); }
div.DivClassName
{
background-color: #C65BCD;
}
.BgClassName
{
background-color: #C65BCD;
}
</style>
border-color css
<style>
span { border-color: #C65BCD; }
span { border-color: rgb(198,91,205); }
td.TdClassName
{
border-color: #C65BCD;
}
.TagClassName
{
border-color: #C65BCD;
}
</style>