Shades of Fuchsia #CA65B0
Tints of Fuchsia #CA65B0
RGB
CMYK
RGB Variations
Color information
#CA65B0 (or 0xCA65B0) is known color: Fuchsia. HEX triplet: CA, 65 and B0. RGB value is (202,101,176). Sum of RGB (Red+Green+Blue) = 202+101+176=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA65B0 is #359A4F. Grayscale: #8B8B8B. Windows color (decimal): -3512912 or 11560394. OLE color: 11560394.
HSL color Cylindrical-coordinate representation of color #CA65B0: hue angle of 315.45º 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 #CA65B0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 176 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.21 |
| HSL | 315.45º | 0.49% | 0.59% | - |
| HSV(B) | 315.45º | 0.5% | 0.79% | - |
| XYZ | 36.85 | 25 | 43.96 | - |
| YUV | 139.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 176 | 0 | 0.50 | 0.13 | 0.21 | 315.45 | 0.49 | 0.59 |
| Hex | CA | 65 | B0 | 0 | 32 | D | 15 | 13B | 31 | 3B |
| Octal | 312 | 145 | 260 | 0 | 62 | 15 | 25 | 473 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10110000 | 0 | 110010 | 1101 | 10101 | 100111011 | 110001 | 111011 |
Color Harmonies of #CA65B0
Complementary color
Monochromatic Colors of #CA65B0
Black with #CA65B0
Text Example
Text Example
White with #CA65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65B0; }
p { color: rgb(202,101,176); }
H1.HeaderClassName
{
color: #CA65B0;
}
.AnyTagClassName
{
color: #CA65B0;
}
</style>
background-color css
<style>
a { background-color: #CA65B0; }
a { background-color: rgb(202,101,176); }
div.DivClassName
{
background-color: #CA65B0;
}
.BgClassName
{
background-color: #CA65B0;
}
</style>
border-color css
<style>
span { border-color: #CA65B0; }
span { border-color: rgb(202,101,176); }
td.TdClassName
{
border-color: #CA65B0;
}
.TagClassName
{
border-color: #CA65B0;
}
</style>