Shades of Fuchsia #C86CC2
Tints of Fuchsia #C86CC2
RGB
CMYK
RGB Variations
Color information
#C86CC2 (or 0xC86CC2) is known color: Fuchsia. HEX triplet: C8, 6C and C2. RGB value is (200,108,194). Sum of RGB (Red+Green+Blue) = 200+108+194=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CC2 is #37933D. Grayscale: #919191. Windows color (decimal): -3642174 or 12741832. OLE color: 12741832.
HSL color Cylindrical-coordinate representation of color #C86CC2: hue angle of 303.91º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86CC2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 194 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.22 |
| HSL | 303.91º | 0.46% | 0.6% | - |
| HSV(B) | 303.91º | 0.46% | 0.78% | - |
| XYZ | 38.92 | 26.9 | 54.18 | - |
| YUV | 145.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 194 | 0 | 0.46 | 0.03 | 0.22 | 303.91 | 0.46 | 0.6 |
| Hex | C8 | 6C | C2 | 0 | 2E | 3 | 16 | 130 | 2E | 3C |
| Octal | 310 | 154 | 302 | 0 | 56 | 3 | 26 | 460 | 56 | 74 |
| Binary | 11001000 | 1101100 | 11000010 | 0 | 101110 | 11 | 10110 | 100110000 | 101110 | 111100 |
Color Harmonies of #C86CC2
Complementary color
Monochromatic Colors of #C86CC2
Black with #C86CC2
Text Example
Text Example
White with #C86CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CC2; }
p { color: rgb(200,108,194); }
H1.HeaderClassName
{
color: #C86CC2;
}
.AnyTagClassName
{
color: #C86CC2;
}
</style>
background-color css
<style>
a { background-color: #C86CC2; }
a { background-color: rgb(200,108,194); }
div.DivClassName
{
background-color: #C86CC2;
}
.BgClassName
{
background-color: #C86CC2;
}
</style>
border-color css
<style>
span { border-color: #C86CC2; }
span { border-color: rgb(200,108,194); }
td.TdClassName
{
border-color: #C86CC2;
}
.TagClassName
{
border-color: #C86CC2;
}
</style>