Shades of Fuchsia #C767BA
Tints of Fuchsia #C767BA
RGB
CMYK
RGB Variations
Color information
#C767BA (or 0xC767BA) is known color: Fuchsia. HEX triplet: C7, 67 and BA. RGB value is (199,103,186). Sum of RGB (Red+Green+Blue) = 199+103+186=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C767BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767BA is #389845. Grayscale: #8C8C8C. Windows color (decimal): -3708998 or 12216263. OLE color: 12216263.
HSL color Cylindrical-coordinate representation of color #C767BA: hue angle of 308.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C767BA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 186 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.22 |
| HSL | 308.13º | 0.46% | 0.59% | - |
| HSV(B) | 308.13º | 0.48% | 0.78% | - |
| XYZ | 37.27 | 25.39 | 49.39 | - |
| YUV | 141.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 186 | 0 | 0.48 | 0.07 | 0.22 | 308.13 | 0.46 | 0.59 |
| Hex | C7 | 67 | BA | 0 | 30 | 7 | 16 | 134 | 2E | 3B |
| Octal | 307 | 147 | 272 | 0 | 60 | 7 | 26 | 464 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10111010 | 0 | 110000 | 111 | 10110 | 100110100 | 101110 | 111011 |
Color Harmonies of #C767BA
Complementary color
Monochromatic Colors of #C767BA
Black with #C767BA
Text Example
Text Example
White with #C767BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767BA; }
p { color: rgb(199,103,186); }
H1.HeaderClassName
{
color: #C767BA;
}
.AnyTagClassName
{
color: #C767BA;
}
</style>
background-color css
<style>
a { background-color: #C767BA; }
a { background-color: rgb(199,103,186); }
div.DivClassName
{
background-color: #C767BA;
}
.BgClassName
{
background-color: #C767BA;
}
</style>
border-color css
<style>
span { border-color: #C767BA; }
span { border-color: rgb(199,103,186); }
td.TdClassName
{
border-color: #C767BA;
}
.TagClassName
{
border-color: #C767BA;
}
</style>