Shades of Fuchsia #C86DC0
Tints of Fuchsia #C86DC0
RGB
CMYK
RGB Variations
Color information
#C86DC0 (or 0xC86DC0) is known color: Fuchsia. HEX triplet: C8, 6D and C0. RGB value is (200,109,192). Sum of RGB (Red+Green+Blue) = 200+109+192=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC0 is #37923F. Grayscale: #919191. Windows color (decimal): -3641920 or 12611016. OLE color: 12611016.
HSL color Cylindrical-coordinate representation of color #C86DC0: hue angle of 305.27º 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 #C86DC0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 109 | 192 | - |
CMYK | 0 | 0.46 | 0.04 | 0.22 |
HSL | 305.27º | 0.45% | 0.61% | - |
HSV(B) | 305.27º | 0.46% | 0.78% | - |
XYZ | 38.8 | 27.02 | 53.04 | - |
YUV | 145.67 | 154.15 | 166.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 109 | 192 | 0 | 0.46 | 0.04 | 0.22 | 305.27 | 0.45 | 0.61 |
Hex | C8 | 6D | C0 | 0 | 2E | 4 | 16 | 131 | 2D | 3D |
Octal | 310 | 155 | 300 | 0 | 56 | 4 | 26 | 461 | 55 | 75 |
Binary | 11001000 | 1101101 | 11000000 | 0 | 101110 | 100 | 10110 | 100110001 | 101101 | 111101 |
Color Harmonies of #C86DC0
Complementary color
Monochromatic Colors of #C86DC0
Black with #C86DC0
Text Example
Text Example
White with #C86DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DC0; }
p { color: rgb(200,109,192); }
H1.HeaderClassName
{
color: #C86DC0;
}
.AnyTagClassName
{
color: #C86DC0;
}
</style>
background-color css
<style>
a { background-color: #C86DC0; }
a { background-color: rgb(200,109,192); }
div.DivClassName
{
background-color: #C86DC0;
}
.BgClassName
{
background-color: #C86DC0;
}
</style>
border-color css
<style>
span { border-color: #C86DC0; }
span { border-color: rgb(200,109,192); }
td.TdClassName
{
border-color: #C86DC0;
}
.TagClassName
{
border-color: #C86DC0;
}
</style>