Shades of Fuchsia #C863CD
Tints of Fuchsia #C863CD
RGB
CMYK
RGB Variations
Color information
#C863CD (or 0xC863CD) is known color: Fuchsia. HEX triplet: C8, 63 and CD. RGB value is (200,99,205). Sum of RGB (Red+Green+Blue) = 200+99+205=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C863CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863CD is #379C32. Grayscale: #8C8C8C. Windows color (decimal): -3644467 or 13460424. OLE color: 13460424.
HSL color Cylindrical-coordinate representation of color #C863CD: hue angle of 297.17º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C863CD is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 99 | 205 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.20 |
| HSL | 297.17º | 0.51% | 0.6% | - |
| HSV(B) | 297.17º | 0.52% | 0.8% | - |
| XYZ | 39.3 | 25.61 | 60.63 | - |
| YUV | 141.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 205 | 0.02 | 0.52 | 0 | 0.20 | 297.17 | 0.51 | 0.6 |
| Hex | C8 | 63 | CD | 2 | 34 | 0 | 14 | 129 | 33 | 3C |
| Octal | 310 | 143 | 315 | 2 | 64 | 0 | 24 | 451 | 63 | 74 |
| Binary | 11001000 | 1100011 | 11001101 | 10 | 110100 | 0 | 10100 | 100101001 | 110011 | 111100 |
Color Harmonies of #C863CD
Complementary color
Monochromatic Colors of #C863CD
Black with #C863CD
Text Example
Text Example
White with #C863CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863CD; }
p { color: rgb(200,99,205); }
H1.HeaderClassName
{
color: #C863CD;
}
.AnyTagClassName
{
color: #C863CD;
}
</style>
background-color css
<style>
a { background-color: #C863CD; }
a { background-color: rgb(200,99,205); }
div.DivClassName
{
background-color: #C863CD;
}
.BgClassName
{
background-color: #C863CD;
}
</style>
border-color css
<style>
span { border-color: #C863CD; }
span { border-color: rgb(200,99,205); }
td.TdClassName
{
border-color: #C863CD;
}
.TagClassName
{
border-color: #C863CD;
}
</style>