Shades of Fuchsia #CA65C5
Tints of Fuchsia #CA65C5
RGB
CMYK
RGB Variations
Color information
#CA65C5 (or 0xCA65C5) is known color: Fuchsia. HEX triplet: CA, 65 and C5. RGB value is (202,101,197). Sum of RGB (Red+Green+Blue) = 202+101+197=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65C5 is #359A3A. Grayscale: #8D8D8D. Windows color (decimal): -3512891 or 12936650. OLE color: 12936650.
HSL color Cylindrical-coordinate representation of color #CA65C5: hue angle of 302.97º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65C5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 197 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.21 |
| HSL | 302.97º | 0.49% | 0.59% | - |
| HSV(B) | 302.97º | 0.5% | 0.79% | - |
| XYZ | 39.09 | 25.9 | 55.76 | - |
| YUV | 142.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 197 | 0 | 0.50 | 0.02 | 0.21 | 302.97 | 0.49 | 0.59 |
| Hex | CA | 65 | C5 | 0 | 32 | 2 | 15 | 12F | 31 | 3B |
| Octal | 312 | 145 | 305 | 0 | 62 | 2 | 25 | 457 | 61 | 73 |
| Binary | 11001010 | 1100101 | 11000101 | 0 | 110010 | 10 | 10101 | 100101111 | 110001 | 111011 |
Color Harmonies of #CA65C5
Complementary color
Monochromatic Colors of #CA65C5
Black with #CA65C5
Text Example
Text Example
White with #CA65C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65C5; }
p { color: rgb(202,101,197); }
H1.HeaderClassName
{
color: #CA65C5;
}
.AnyTagClassName
{
color: #CA65C5;
}
</style>
background-color css
<style>
a { background-color: #CA65C5; }
a { background-color: rgb(202,101,197); }
div.DivClassName
{
background-color: #CA65C5;
}
.BgClassName
{
background-color: #CA65C5;
}
</style>
border-color css
<style>
span { border-color: #CA65C5; }
span { border-color: rgb(202,101,197); }
td.TdClassName
{
border-color: #CA65C5;
}
.TagClassName
{
border-color: #CA65C5;
}
</style>