Shades of Fuchsia #CA5DCA
Tints of Fuchsia #CA5DCA
RGB
CMYK
RGB Variations
Color information
#CA5DCA (or 0xCA5DCA) is known color: Fuchsia. HEX triplet: CA, 5D and CA. RGB value is (202,93,202). Sum of RGB (Red+Green+Blue) = 202+93+202=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DCA is #35A235. Grayscale: #898989. Windows color (decimal): -3514934 or 13262282. OLE color: 13262282.
HSL color Cylindrical-coordinate representation of color #CA5DCA: hue angle of 300º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DCA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 202 | - |
| CMYK | 0 | 0.54 | 0 | 0.21 |
| HSL | 300º | 0.51% | 0.58% | - |
| HSV(B) | 300º | 0.54% | 0.79% | - |
| XYZ | 38.93 | 24.65 | 58.58 | - |
| YUV | 138.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 202 | 0 | 0.54 | 0 | 0.21 | 300 | 0.51 | 0.58 |
| Hex | CA | 5D | CA | 0 | 36 | 0 | 15 | 12C | 33 | 3A |
| Octal | 312 | 135 | 312 | 0 | 66 | 0 | 25 | 454 | 63 | 72 |
| Binary | 11001010 | 1011101 | 11001010 | 0 | 110110 | 0 | 10101 | 100101100 | 110011 | 111010 |
Color Harmonies of #CA5DCA
Complementary color
Monochromatic Colors of #CA5DCA
Black with #CA5DCA
Text Example
Text Example
White with #CA5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DCA; }
p { color: rgb(202,93,202); }
H1.HeaderClassName
{
color: #CA5DCA;
}
.AnyTagClassName
{
color: #CA5DCA;
}
</style>
background-color css
<style>
a { background-color: #CA5DCA; }
a { background-color: rgb(202,93,202); }
div.DivClassName
{
background-color: #CA5DCA;
}
.BgClassName
{
background-color: #CA5DCA;
}
</style>
border-color css
<style>
span { border-color: #CA5DCA; }
span { border-color: rgb(202,93,202); }
td.TdClassName
{
border-color: #CA5DCA;
}
.TagClassName
{
border-color: #CA5DCA;
}
</style>