Shades of Fuchsia #CA65B5
Tints of Fuchsia #CA65B5
RGB
CMYK
RGB Variations
Color information
#CA65B5 (or 0xCA65B5) is known color: Fuchsia. HEX triplet: CA, 65 and B5. RGB value is (202,101,181). Sum of RGB (Red+Green+Blue) = 202+101+181=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65B5 is #359A4A. Grayscale: #8C8C8C. Windows color (decimal): -3512907 or 11888074. OLE color: 11888074.
HSL color Cylindrical-coordinate representation of color #CA65B5: hue angle of 312.48º 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 #CA65B5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 181 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.21 |
| HSL | 312.48º | 0.49% | 0.59% | - |
| HSV(B) | 312.48º | 0.5% | 0.79% | - |
| XYZ | 37.35 | 25.2 | 46.61 | - |
| YUV | 140.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 181 | 0 | 0.50 | 0.10 | 0.21 | 312.48 | 0.49 | 0.59 |
| Hex | CA | 65 | B5 | 0 | 32 | A | 15 | 138 | 31 | 3B |
| Octal | 312 | 145 | 265 | 0 | 62 | 12 | 25 | 470 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10110101 | 0 | 110010 | 1010 | 10101 | 100111000 | 110001 | 111011 |
Color Harmonies of #CA65B5
Complementary color
Monochromatic Colors of #CA65B5
Black with #CA65B5
Text Example
Text Example
White with #CA65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65B5; }
p { color: rgb(202,101,181); }
H1.HeaderClassName
{
color: #CA65B5;
}
.AnyTagClassName
{
color: #CA65B5;
}
</style>
background-color css
<style>
a { background-color: #CA65B5; }
a { background-color: rgb(202,101,181); }
div.DivClassName
{
background-color: #CA65B5;
}
.BgClassName
{
background-color: #CA65B5;
}
</style>
border-color css
<style>
span { border-color: #CA65B5; }
span { border-color: rgb(202,101,181); }
td.TdClassName
{
border-color: #CA65B5;
}
.TagClassName
{
border-color: #CA65B5;
}
</style>