Shades of Fuchsia #CA5CCE
Tints of Fuchsia #CA5CCE
RGB
CMYK
RGB Variations
Color information
#CA5CCE (or 0xCA5CCE) is known color: Fuchsia. HEX triplet: CA, 5C and CE. RGB value is (202,92,206). Sum of RGB (Red+Green+Blue) = 202+92+206=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCE is #35A331. Grayscale: #898989. Windows color (decimal): -3515186 or 13524170. OLE color: 13524170.
HSL color Cylindrical-coordinate representation of color #CA5CCE: hue angle of 297.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5CCE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 92 | 206 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.19 |
| HSL | 297.89º | 0.54% | 0.58% | - |
| HSV(B) | 297.89º | 0.55% | 0.81% | - |
| XYZ | 39.32 | 24.67 | 61.08 | - |
| YUV | 137.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 206 | 0.02 | 0.55 | 0 | 0.19 | 297.89 | 0.54 | 0.58 |
| Hex | CA | 5C | CE | 2 | 37 | 0 | 13 | 12A | 36 | 3A |
| Octal | 312 | 134 | 316 | 2 | 67 | 0 | 23 | 452 | 66 | 72 |
| Binary | 11001010 | 1011100 | 11001110 | 10 | 110111 | 0 | 10011 | 100101010 | 110110 | 111010 |
Color Harmonies of #CA5CCE
Complementary color
Monochromatic Colors of #CA5CCE
Black with #CA5CCE
Text Example
Text Example
White with #CA5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CCE; }
p { color: rgb(202,92,206); }
H1.HeaderClassName
{
color: #CA5CCE;
}
.AnyTagClassName
{
color: #CA5CCE;
}
</style>
background-color css
<style>
a { background-color: #CA5CCE; }
a { background-color: rgb(202,92,206); }
div.DivClassName
{
background-color: #CA5CCE;
}
.BgClassName
{
background-color: #CA5CCE;
}
</style>
border-color css
<style>
span { border-color: #CA5CCE; }
span { border-color: rgb(202,92,206); }
td.TdClassName
{
border-color: #CA5CCE;
}
.TagClassName
{
border-color: #CA5CCE;
}
</style>