Shades of Fuchsia #CA5ACC
Tints of Fuchsia #CA5ACC
RGB
CMYK
RGB Variations
Color information
#CA5ACC (or 0xCA5ACC) is known color: Fuchsia. HEX triplet: CA, 5A and CC. RGB value is (202,90,204). Sum of RGB (Red+Green+Blue) = 202+90+204=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ACC is #35A533. Grayscale: #888888. Windows color (decimal): -3515700 or 13392586. OLE color: 13392586.
HSL color Cylindrical-coordinate representation of color #CA5ACC: hue angle of 298.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ACC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 90 | 204 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.2 |
| HSL | 298.95º | 0.53% | 0.58% | - |
| HSV(B) | 298.95º | 0.56% | 0.8% | - |
| XYZ | 38.91 | 24.23 | 59.75 | - |
| YUV | 136.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 204 | 0.01 | 0.56 | 0 | 0.2 | 298.95 | 0.53 | 0.58 |
| Hex | CA | 5A | CC | 1 | 38 | 0 | 14 | 12B | 35 | 3A |
| Octal | 312 | 132 | 314 | 1 | 70 | 0 | 24 | 453 | 65 | 72 |
| Binary | 11001010 | 1011010 | 11001100 | 1 | 111000 | 0 | 10100 | 100101011 | 110101 | 111010 |
Color Harmonies of #CA5ACC
Complementary color
Monochromatic Colors of #CA5ACC
Black with #CA5ACC
Text Example
Text Example
White with #CA5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ACC; }
p { color: rgb(202,90,204); }
H1.HeaderClassName
{
color: #CA5ACC;
}
.AnyTagClassName
{
color: #CA5ACC;
}
</style>
background-color css
<style>
a { background-color: #CA5ACC; }
a { background-color: rgb(202,90,204); }
div.DivClassName
{
background-color: #CA5ACC;
}
.BgClassName
{
background-color: #CA5ACC;
}
</style>
border-color css
<style>
span { border-color: #CA5ACC; }
span { border-color: rgb(202,90,204); }
td.TdClassName
{
border-color: #CA5ACC;
}
.TagClassName
{
border-color: #CA5ACC;
}
</style>