Shades of Fuchsia #C865CE
Tints of Fuchsia #C865CE
RGB
CMYK
RGB Variations
Color information
#C865CE (or 0xC865CE) is known color: Fuchsia. HEX triplet: C8, 65 and CE. RGB value is (200,101,206). Sum of RGB (Red+Green+Blue) = 200+101+206=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C865CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865CE is #379A31. Grayscale: #8E8E8E. Windows color (decimal): -3643954 or 13526472. OLE color: 13526472.
HSL color Cylindrical-coordinate representation of color #C865CE: hue angle of 296.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C865CE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 101 | 206 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.19 |
| HSL | 296.57º | 0.52% | 0.6% | - |
| HSV(B) | 296.57º | 0.51% | 0.81% | - |
| XYZ | 39.61 | 26.04 | 61.33 | - |
| YUV | 142.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 206 | 0.03 | 0.51 | 0 | 0.19 | 296.57 | 0.52 | 0.6 |
| Hex | C8 | 65 | CE | 3 | 33 | 0 | 13 | 129 | 34 | 3C |
| Octal | 310 | 145 | 316 | 3 | 63 | 0 | 23 | 451 | 64 | 74 |
| Binary | 11001000 | 1100101 | 11001110 | 11 | 110011 | 0 | 10011 | 100101001 | 110100 | 111100 |
Color Harmonies of #C865CE
Complementary color
Monochromatic Colors of #C865CE
Black with #C865CE
Text Example
Text Example
White with #C865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865CE; }
p { color: rgb(200,101,206); }
H1.HeaderClassName
{
color: #C865CE;
}
.AnyTagClassName
{
color: #C865CE;
}
</style>
background-color css
<style>
a { background-color: #C865CE; }
a { background-color: rgb(200,101,206); }
div.DivClassName
{
background-color: #C865CE;
}
.BgClassName
{
background-color: #C865CE;
}
</style>
border-color css
<style>
span { border-color: #C865CE; }
span { border-color: rgb(200,101,206); }
td.TdClassName
{
border-color: #C865CE;
}
.TagClassName
{
border-color: #C865CE;
}
</style>