Shades of Fuchsia #C868C4
Tints of Fuchsia #C868C4
RGB
CMYK
RGB Variations
Color information
#C868C4 (or 0xC868C4) is known color: Fuchsia. HEX triplet: C8, 68 and C4. RGB value is (200,104,196). Sum of RGB (Red+Green+Blue) = 200+104+196=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C868C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868C4 is #37973B. Grayscale: #8E8E8E. Windows color (decimal): -3643196 or 12871880. OLE color: 12871880.
HSL color Cylindrical-coordinate representation of color #C868C4: hue angle of 302.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 #C868C4 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 196 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.22 |
| HSL | 302.5º | 0.47% | 0.6% | - |
| HSV(B) | 302.5º | 0.48% | 0.78% | - |
| XYZ | 38.73 | 26.17 | 55.23 | - |
| YUV | 143.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 196 | 0 | 0.48 | 0.02 | 0.22 | 302.5 | 0.47 | 0.6 |
| Hex | C8 | 68 | C4 | 0 | 30 | 2 | 16 | 12E | 2F | 3C |
| Octal | 310 | 150 | 304 | 0 | 60 | 2 | 26 | 456 | 57 | 74 |
| Binary | 11001000 | 1101000 | 11000100 | 0 | 110000 | 10 | 10110 | 100101110 | 101111 | 111100 |
Color Harmonies of #C868C4
Complementary color
Monochromatic Colors of #C868C4
Black with #C868C4
Text Example
Text Example
White with #C868C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868C4; }
p { color: rgb(200,104,196); }
H1.HeaderClassName
{
color: #C868C4;
}
.AnyTagClassName
{
color: #C868C4;
}
</style>
background-color css
<style>
a { background-color: #C868C4; }
a { background-color: rgb(200,104,196); }
div.DivClassName
{
background-color: #C868C4;
}
.BgClassName
{
background-color: #C868C4;
}
</style>
border-color css
<style>
span { border-color: #C868C4; }
span { border-color: rgb(200,104,196); }
td.TdClassName
{
border-color: #C868C4;
}
.TagClassName
{
border-color: #C868C4;
}
</style>