Shades of Fuchsia #C865C6
Tints of Fuchsia #C865C6
RGB
CMYK
RGB Variations
Color information
#C865C6 (or 0xC865C6) is known color: Fuchsia. HEX triplet: C8, 65 and C6. RGB value is (200,101,198). Sum of RGB (Red+Green+Blue) = 200+101+198=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C865C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865C6 is #379A39. Grayscale: #8D8D8D. Windows color (decimal): -3643962 or 13002184. OLE color: 13002184.
HSL color Cylindrical-coordinate representation of color #C865C6: hue angle of 301.21º 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 #C865C6 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 198 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.22 |
| HSL | 301.21º | 0.47% | 0.59% | - |
| HSV(B) | 301.21º | 0.5% | 0.78% | - |
| XYZ | 38.67 | 25.66 | 56.34 | - |
| YUV | 141.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 198 | 0 | 0.49 | 0.01 | 0.22 | 301.21 | 0.47 | 0.59 |
| Hex | C8 | 65 | C6 | 0 | 31 | 1 | 16 | 12D | 2F | 3B |
| Octal | 310 | 145 | 306 | 0 | 61 | 1 | 26 | 455 | 57 | 73 |
| Binary | 11001000 | 1100101 | 11000110 | 0 | 110001 | 1 | 10110 | 100101101 | 101111 | 111011 |
Color Harmonies of #C865C6
Complementary color
Monochromatic Colors of #C865C6
Black with #C865C6
Text Example
Text Example
White with #C865C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865C6; }
p { color: rgb(200,101,198); }
H1.HeaderClassName
{
color: #C865C6;
}
.AnyTagClassName
{
color: #C865C6;
}
</style>
background-color css
<style>
a { background-color: #C865C6; }
a { background-color: rgb(200,101,198); }
div.DivClassName
{
background-color: #C865C6;
}
.BgClassName
{
background-color: #C865C6;
}
</style>
border-color css
<style>
span { border-color: #C865C6; }
span { border-color: rgb(200,101,198); }
td.TdClassName
{
border-color: #C865C6;
}
.TagClassName
{
border-color: #C865C6;
}
</style>