Shades of Fuchsia #C86DBD
Tints of Fuchsia #C86DBD
RGB
CMYK
RGB Variations
Color information
#C86DBD (or 0xC86DBD) is known color: Fuchsia. HEX triplet: C8, 6D and BD. RGB value is (200,109,189). Sum of RGB (Red+Green+Blue) = 200+109+189=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DBD is #379242. Grayscale: #919191. Windows color (decimal): -3641923 or 12414408. OLE color: 12414408.
HSL color Cylindrical-coordinate representation of color #C86DBD: hue angle of 307.25º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DBD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 189 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.22 |
| HSL | 307.25º | 0.45% | 0.61% | - |
| HSV(B) | 307.25º | 0.46% | 0.78% | - |
| XYZ | 38.47 | 26.89 | 51.31 | - |
| YUV | 145.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 189 | 0 | 0.46 | 0.06 | 0.22 | 307.25 | 0.45 | 0.61 |
| Hex | C8 | 6D | BD | 0 | 2E | 6 | 16 | 133 | 2D | 3D |
| Octal | 310 | 155 | 275 | 0 | 56 | 6 | 26 | 463 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10111101 | 0 | 101110 | 110 | 10110 | 100110011 | 101101 | 111101 |
Color Harmonies of #C86DBD
Complementary color
Monochromatic Colors of #C86DBD
Black with #C86DBD
Text Example
Text Example
White with #C86DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DBD; }
p { color: rgb(200,109,189); }
H1.HeaderClassName
{
color: #C86DBD;
}
.AnyTagClassName
{
color: #C86DBD;
}
</style>
background-color css
<style>
a { background-color: #C86DBD; }
a { background-color: rgb(200,109,189); }
div.DivClassName
{
background-color: #C86DBD;
}
.BgClassName
{
background-color: #C86DBD;
}
</style>
border-color css
<style>
span { border-color: #C86DBD; }
span { border-color: rgb(200,109,189); }
td.TdClassName
{
border-color: #C86DBD;
}
.TagClassName
{
border-color: #C86DBD;
}
</style>