Shades of Fuchsia #C868B4
Tints of Fuchsia #C868B4
RGB
CMYK
RGB Variations
Color information
#C868B4 (or 0xC868B4) is known color: Fuchsia. HEX triplet: C8, 68 and B4. RGB value is (200,104,180). Sum of RGB (Red+Green+Blue) = 200+104+180=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C868B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868B4 is #37974B. Grayscale: #8D8D8D. Windows color (decimal): -3643212 or 11823304. OLE color: 11823304.
HSL color Cylindrical-coordinate representation of color #C868B4: hue angle of 312.5º 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 #C868B4 is Cyan = 0, Magento = 0.48, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 180 | - |
| CMYK | 0 | 0.48 | 0.1 | 0.22 |
| HSL | 312.5º | 0.47% | 0.6% | - |
| HSV(B) | 312.5º | 0.48% | 0.78% | - |
| XYZ | 37.01 | 25.48 | 46.15 | - |
| YUV | 141.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 180 | 0 | 0.48 | 0.1 | 0.22 | 312.5 | 0.47 | 0.6 |
| Hex | C8 | 68 | B4 | 0 | 30 | A | 16 | 138 | 2F | 3C |
| Octal | 310 | 150 | 264 | 0 | 60 | 12 | 26 | 470 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10110100 | 0 | 110000 | 1010 | 10110 | 100111000 | 101111 | 111100 |
Color Harmonies of #C868B4
Complementary color
Monochromatic Colors of #C868B4
Black with #C868B4
Text Example
Text Example
White with #C868B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868B4; }
p { color: rgb(200,104,180); }
H1.HeaderClassName
{
color: #C868B4;
}
.AnyTagClassName
{
color: #C868B4;
}
</style>
background-color css
<style>
a { background-color: #C868B4; }
a { background-color: rgb(200,104,180); }
div.DivClassName
{
background-color: #C868B4;
}
.BgClassName
{
background-color: #C868B4;
}
</style>
border-color css
<style>
span { border-color: #C868B4; }
span { border-color: rgb(200,104,180); }
td.TdClassName
{
border-color: #C868B4;
}
.TagClassName
{
border-color: #C868B4;
}
</style>