Shades of Fuchsia #CD65BA
Tints of Fuchsia #CD65BA
RGB
CMYK
RGB Variations
Color information
#CD65BA (or 0xCD65BA) is known color: Fuchsia. HEX triplet: CD, 65 and BA. RGB value is (205,101,186). Sum of RGB (Red+Green+Blue) = 205+101+186=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65BA is #329A45. Grayscale: #8D8D8D. Windows color (decimal): -3316294 or 12215757. OLE color: 12215757.
HSL color Cylindrical-coordinate representation of color #CD65BA: hue angle of 310.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD65BA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 186 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.20 |
| HSL | 310.96º | 0.51% | 0.6% | - |
| HSV(B) | 310.96º | 0.51% | 0.8% | - |
| XYZ | 38.69 | 25.83 | 49.4 | - |
| YUV | 141.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 186 | 0 | 0.51 | 0.09 | 0.20 | 310.96 | 0.51 | 0.6 |
| Hex | CD | 65 | BA | 0 | 33 | 9 | 14 | 137 | 33 | 3C |
| Octal | 315 | 145 | 272 | 0 | 63 | 11 | 24 | 467 | 63 | 74 |
| Binary | 11001101 | 1100101 | 10111010 | 0 | 110011 | 1001 | 10100 | 100110111 | 110011 | 111100 |
Color Harmonies of #CD65BA
Complementary color
Monochromatic Colors of #CD65BA
Black with #CD65BA
Text Example
Text Example
White with #CD65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65BA; }
p { color: rgb(205,101,186); }
H1.HeaderClassName
{
color: #CD65BA;
}
.AnyTagClassName
{
color: #CD65BA;
}
</style>
background-color css
<style>
a { background-color: #CD65BA; }
a { background-color: rgb(205,101,186); }
div.DivClassName
{
background-color: #CD65BA;
}
.BgClassName
{
background-color: #CD65BA;
}
</style>
border-color css
<style>
span { border-color: #CD65BA; }
span { border-color: rgb(205,101,186); }
td.TdClassName
{
border-color: #CD65BA;
}
.TagClassName
{
border-color: #CD65BA;
}
</style>