Shades of Fuchsia #C866CD
Tints of Fuchsia #C866CD
RGB
CMYK
RGB Variations
Color information
#C866CD (or 0xC866CD) is known color: Fuchsia. HEX triplet: C8, 66 and CD. RGB value is (200,102,205). Sum of RGB (Red+Green+Blue) = 200+102+205=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C866CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866CD is #379932. Grayscale: #8E8E8E. Windows color (decimal): -3643699 or 13461192. OLE color: 13461192.
HSL color Cylindrical-coordinate representation of color #C866CD: hue angle of 297.09º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C866CD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 102 | 205 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.20 |
| HSL | 297.09º | 0.51% | 0.6% | - |
| HSV(B) | 297.09º | 0.5% | 0.8% | - |
| XYZ | 39.59 | 26.19 | 60.73 | - |
| YUV | 143.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 205 | 0.02 | 0.50 | 0 | 0.20 | 297.09 | 0.51 | 0.6 |
| Hex | C8 | 66 | CD | 2 | 32 | 0 | 14 | 129 | 33 | 3C |
| Octal | 310 | 146 | 315 | 2 | 62 | 0 | 24 | 451 | 63 | 74 |
| Binary | 11001000 | 1100110 | 11001101 | 10 | 110010 | 0 | 10100 | 100101001 | 110011 | 111100 |
Color Harmonies of #C866CD
Complementary color
Monochromatic Colors of #C866CD
Black with #C866CD
Text Example
Text Example
White with #C866CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866CD; }
p { color: rgb(200,102,205); }
H1.HeaderClassName
{
color: #C866CD;
}
.AnyTagClassName
{
color: #C866CD;
}
</style>
background-color css
<style>
a { background-color: #C866CD; }
a { background-color: rgb(200,102,205); }
div.DivClassName
{
background-color: #C866CD;
}
.BgClassName
{
background-color: #C866CD;
}
</style>
border-color css
<style>
span { border-color: #C866CD; }
span { border-color: rgb(200,102,205); }
td.TdClassName
{
border-color: #C866CD;
}
.TagClassName
{
border-color: #C866CD;
}
</style>