Shades of Fuchsia #C868BE
Tints of Fuchsia #C868BE
RGB
CMYK
RGB Variations
Color information
#C868BE (or 0xC868BE) is known color: Fuchsia. HEX triplet: C8, 68 and BE. RGB value is (200,104,190). Sum of RGB (Red+Green+Blue) = 200+104+190=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BE is #379741. Grayscale: #8E8E8E. Windows color (decimal): -3643202 or 12478664. OLE color: 12478664.
HSL color Cylindrical-coordinate representation of color #C868BE: hue angle of 306.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868BE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 190 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 306.25º | 0.47% | 0.6% | - |
| HSV(B) | 306.25º | 0.48% | 0.78% | - |
| XYZ | 38.06 | 25.9 | 51.71 | - |
| YUV | 142.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 190 | 0 | 0.48 | 0.05 | 0.22 | 306.25 | 0.47 | 0.6 |
| Hex | C8 | 68 | BE | 0 | 30 | 5 | 16 | 132 | 2F | 3C |
| Octal | 310 | 150 | 276 | 0 | 60 | 5 | 26 | 462 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10111110 | 0 | 110000 | 101 | 10110 | 100110010 | 101111 | 111100 |
Color Harmonies of #C868BE
Complementary color
Monochromatic Colors of #C868BE
Black with #C868BE
Text Example
Text Example
White with #C868BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868BE; }
p { color: rgb(200,104,190); }
H1.HeaderClassName
{
color: #C868BE;
}
.AnyTagClassName
{
color: #C868BE;
}
</style>
background-color css
<style>
a { background-color: #C868BE; }
a { background-color: rgb(200,104,190); }
div.DivClassName
{
background-color: #C868BE;
}
.BgClassName
{
background-color: #C868BE;
}
</style>
border-color css
<style>
span { border-color: #C868BE; }
span { border-color: rgb(200,104,190); }
td.TdClassName
{
border-color: #C868BE;
}
.TagClassName
{
border-color: #C868BE;
}
</style>