Shades of Fuchsia #C36DB7
Tints of Fuchsia #C36DB7
RGB
CMYK
RGB Variations
Color information
#C36DB7 (or 0xC36DB7) is known color: Fuchsia. HEX triplet: C3, 6D and B7. RGB value is (195,109,183). Sum of RGB (Red+Green+Blue) = 195+109+183=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DB7 is #3C9248. Grayscale: #8E8E8E. Windows color (decimal): -3969609 or 12021187. OLE color: 12021187.
HSL color Cylindrical-coordinate representation of color #C36DB7: hue angle of 308.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36DB7 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 183 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.24 |
| HSL | 308.37º | 0.42% | 0.6% | - |
| HSV(B) | 308.37º | 0.44% | 0.76% | - |
| XYZ | 36.52 | 25.96 | 47.89 | - |
| YUV | 143.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 183 | 0 | 0.44 | 0.06 | 0.24 | 308.37 | 0.42 | 0.6 |
| Hex | C3 | 6D | B7 | 0 | 2C | 6 | 18 | 134 | 2A | 3C |
| Octal | 303 | 155 | 267 | 0 | 54 | 6 | 30 | 464 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10110111 | 0 | 101100 | 110 | 11000 | 100110100 | 101010 | 111100 |
Color Harmonies of #C36DB7
Complementary color
Monochromatic Colors of #C36DB7
Black with #C36DB7
Text Example
Text Example
White with #C36DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DB7; }
p { color: rgb(195,109,183); }
H1.HeaderClassName
{
color: #C36DB7;
}
.AnyTagClassName
{
color: #C36DB7;
}
</style>
background-color css
<style>
a { background-color: #C36DB7; }
a { background-color: rgb(195,109,183); }
div.DivClassName
{
background-color: #C36DB7;
}
.BgClassName
{
background-color: #C36DB7;
}
</style>
border-color css
<style>
span { border-color: #C36DB7; }
span { border-color: rgb(195,109,183); }
td.TdClassName
{
border-color: #C36DB7;
}
.TagClassName
{
border-color: #C36DB7;
}
</style>