Shades of Fuchsia #CA55CE
Tints of Fuchsia #CA55CE
RGB
CMYK
RGB Variations
Color information
#CA55CE (or 0xCA55CE) is known color: Fuchsia. HEX triplet: CA, 55 and CE. RGB value is (202,85,206). Sum of RGB (Red+Green+Blue) = 202+85+206=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55CE is #35AA31. Grayscale: #858585. Windows color (decimal): -3516978 or 13522378. OLE color: 13522378.
HSL color Cylindrical-coordinate representation of color #CA55CE: hue angle of 298.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA55CE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 85 | 206 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.19 |
| HSL | 298.02º | 0.55% | 0.57% | - |
| HSV(B) | 298.02º | 0.59% | 0.81% | - |
| XYZ | 38.75 | 23.51 | 60.89 | - |
| YUV | 133.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 206 | 0.02 | 0.59 | 0 | 0.19 | 298.02 | 0.55 | 0.57 |
| Hex | CA | 55 | CE | 2 | 3B | 0 | 13 | 12A | 37 | 39 |
| Octal | 312 | 125 | 316 | 2 | 73 | 0 | 23 | 452 | 67 | 71 |
| Binary | 11001010 | 1010101 | 11001110 | 10 | 111011 | 0 | 10011 | 100101010 | 110111 | 111001 |
Color Harmonies of #CA55CE
Complementary color
Monochromatic Colors of #CA55CE
Black with #CA55CE
Text Example
Text Example
White with #CA55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55CE; }
p { color: rgb(202,85,206); }
H1.HeaderClassName
{
color: #CA55CE;
}
.AnyTagClassName
{
color: #CA55CE;
}
</style>
background-color css
<style>
a { background-color: #CA55CE; }
a { background-color: rgb(202,85,206); }
div.DivClassName
{
background-color: #CA55CE;
}
.BgClassName
{
background-color: #CA55CE;
}
</style>
border-color css
<style>
span { border-color: #CA55CE; }
span { border-color: rgb(202,85,206); }
td.TdClassName
{
border-color: #CA55CE;
}
.TagClassName
{
border-color: #CA55CE;
}
</style>