Shades of Fuchsia #C865C4
Tints of Fuchsia #C865C4
RGB
CMYK
RGB Variations
Color information
#C865C4 (or 0xC865C4) is known color: Fuchsia. HEX triplet: C8, 65 and C4. RGB value is (200,101,196). Sum of RGB (Red+Green+Blue) = 200+101+196=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C865C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C4 is #379A3B. Grayscale: #8D8D8D. Windows color (decimal): -3643964 or 12871112. OLE color: 12871112.
HSL color Cylindrical-coordinate representation of color #C865C4: hue angle of 302.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C865C4 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 196 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.22 |
| HSL | 302.42º | 0.47% | 0.59% | - |
| HSV(B) | 302.42º | 0.5% | 0.78% | - |
| XYZ | 38.44 | 25.57 | 55.13 | - |
| YUV | 141.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 196 | 0 | 0.49 | 0.02 | 0.22 | 302.42 | 0.47 | 0.59 |
| Hex | C8 | 65 | C4 | 0 | 31 | 2 | 16 | 12E | 2F | 3B |
| Octal | 310 | 145 | 304 | 0 | 61 | 2 | 26 | 456 | 57 | 73 |
| Binary | 11001000 | 1100101 | 11000100 | 0 | 110001 | 10 | 10110 | 100101110 | 101111 | 111011 |
Color Harmonies of #C865C4
Complementary color
Monochromatic Colors of #C865C4
Black with #C865C4
Text Example
Text Example
White with #C865C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865C4; }
p { color: rgb(200,101,196); }
H1.HeaderClassName
{
color: #C865C4;
}
.AnyTagClassName
{
color: #C865C4;
}
</style>
background-color css
<style>
a { background-color: #C865C4; }
a { background-color: rgb(200,101,196); }
div.DivClassName
{
background-color: #C865C4;
}
.BgClassName
{
background-color: #C865C4;
}
</style>
border-color css
<style>
span { border-color: #C865C4; }
span { border-color: rgb(200,101,196); }
td.TdClassName
{
border-color: #C865C4;
}
.TagClassName
{
border-color: #C865C4;
}
</style>