Shades of Fuchsia #C268BD
Tints of Fuchsia #C268BD
RGB
CMYK
RGB Variations
Color information
#C268BD (or 0xC268BD) is known color: Fuchsia. HEX triplet: C2, 68 and BD. RGB value is (194,104,189). Sum of RGB (Red+Green+Blue) = 194+104+189=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C268BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268BD is #3D9742. Grayscale: #8C8C8C. Windows color (decimal): -4036419 or 12413122. OLE color: 12413122.
HSL color Cylindrical-coordinate representation of color #C268BD: hue angle of 303.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C268BD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 189 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.24 |
| HSL | 303.33º | 0.42% | 0.58% | - |
| HSV(B) | 303.33º | 0.46% | 0.76% | - |
| XYZ | 36.38 | 25.04 | 51.06 | - |
| YUV | 140.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 189 | 0 | 0.46 | 0.03 | 0.24 | 303.33 | 0.42 | 0.58 |
| Hex | C2 | 68 | BD | 0 | 2E | 3 | 18 | 12F | 2A | 3A |
| Octal | 302 | 150 | 275 | 0 | 56 | 3 | 30 | 457 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10111101 | 0 | 101110 | 11 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C268BD
Complementary color
Monochromatic Colors of #C268BD
Black with #C268BD
Text Example
Text Example
White with #C268BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268BD; }
p { color: rgb(194,104,189); }
H1.HeaderClassName
{
color: #C268BD;
}
.AnyTagClassName
{
color: #C268BD;
}
</style>
background-color css
<style>
a { background-color: #C268BD; }
a { background-color: rgb(194,104,189); }
div.DivClassName
{
background-color: #C268BD;
}
.BgClassName
{
background-color: #C268BD;
}
</style>
border-color css
<style>
span { border-color: #C268BD; }
span { border-color: rgb(194,104,189); }
td.TdClassName
{
border-color: #C268BD;
}
.TagClassName
{
border-color: #C268BD;
}
</style>