Shades of Fuchsia #CA65AD
Tints of Fuchsia #CA65AD
RGB
CMYK
RGB Variations
Color information
#CA65AD (or 0xCA65AD) is known color: Fuchsia. HEX triplet: CA, 65 and AD. RGB value is (202,101,173). Sum of RGB (Red+Green+Blue) = 202+101+173=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA65AD is #359A52. Grayscale: #8B8B8B. Windows color (decimal): -3512915 or 11363786. OLE color: 11363786.
HSL color Cylindrical-coordinate representation of color #CA65AD: hue angle of 317.23º 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 #CA65AD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 173 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.21 |
| HSL | 317.23º | 0.49% | 0.59% | - |
| HSV(B) | 317.23º | 0.5% | 0.79% | - |
| XYZ | 36.55 | 24.88 | 42.41 | - |
| YUV | 139.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 173 | 0 | 0.50 | 0.14 | 0.21 | 317.23 | 0.49 | 0.59 |
| Hex | CA | 65 | AD | 0 | 32 | E | 15 | 13D | 31 | 3B |
| Octal | 312 | 145 | 255 | 0 | 62 | 16 | 25 | 475 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10101101 | 0 | 110010 | 1110 | 10101 | 100111101 | 110001 | 111011 |
Color Harmonies of #CA65AD
Complementary color
Monochromatic Colors of #CA65AD
Black with #CA65AD
Text Example
Text Example
White with #CA65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65AD; }
p { color: rgb(202,101,173); }
H1.HeaderClassName
{
color: #CA65AD;
}
.AnyTagClassName
{
color: #CA65AD;
}
</style>
background-color css
<style>
a { background-color: #CA65AD; }
a { background-color: rgb(202,101,173); }
div.DivClassName
{
background-color: #CA65AD;
}
.BgClassName
{
background-color: #CA65AD;
}
</style>
border-color css
<style>
span { border-color: #CA65AD; }
span { border-color: rgb(202,101,173); }
td.TdClassName
{
border-color: #CA65AD;
}
.TagClassName
{
border-color: #CA65AD;
}
</style>