Shades of Fuchsia #CA5DCD
Tints of Fuchsia #CA5DCD
RGB
CMYK
RGB Variations
Color information
#CA5DCD (or 0xCA5DCD) is known color: Fuchsia. HEX triplet: CA, 5D and CD. RGB value is (202,93,205). Sum of RGB (Red+Green+Blue) = 202+93+205=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DCD is #35A232. Grayscale: #8A8A8A. Windows color (decimal): -3514931 or 13458890. OLE color: 13458890.
HSL color Cylindrical-coordinate representation of color #CA5DCD: hue angle of 298.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5DCD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 93 | 205 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.20 |
| HSL | 298.39º | 0.53% | 0.58% | - |
| HSV(B) | 298.39º | 0.55% | 0.8% | - |
| XYZ | 39.29 | 24.79 | 60.47 | - |
| YUV | 138.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 205 | 0.01 | 0.55 | 0 | 0.20 | 298.39 | 0.53 | 0.58 |
| Hex | CA | 5D | CD | 1 | 37 | 0 | 14 | 12A | 35 | 3A |
| Octal | 312 | 135 | 315 | 1 | 67 | 0 | 24 | 452 | 65 | 72 |
| Binary | 11001010 | 1011101 | 11001101 | 1 | 110111 | 0 | 10100 | 100101010 | 110101 | 111010 |
Color Harmonies of #CA5DCD
Complementary color
Monochromatic Colors of #CA5DCD
Black with #CA5DCD
Text Example
Text Example
White with #CA5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DCD; }
p { color: rgb(202,93,205); }
H1.HeaderClassName
{
color: #CA5DCD;
}
.AnyTagClassName
{
color: #CA5DCD;
}
</style>
background-color css
<style>
a { background-color: #CA5DCD; }
a { background-color: rgb(202,93,205); }
div.DivClassName
{
background-color: #CA5DCD;
}
.BgClassName
{
background-color: #CA5DCD;
}
</style>
border-color css
<style>
span { border-color: #CA5DCD; }
span { border-color: rgb(202,93,205); }
td.TdClassName
{
border-color: #CA5DCD;
}
.TagClassName
{
border-color: #CA5DCD;
}
</style>