Shades of Fuchsia #CA66BD
Tints of Fuchsia #CA66BD
RGB
CMYK
RGB Variations
Color information
#CA66BD (or 0xCA66BD) is known color: Fuchsia. HEX triplet: CA, 66 and BD. RGB value is (202,102,189). Sum of RGB (Red+Green+Blue) = 202+102+189=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BD is #359942. Grayscale: #8D8D8D. Windows color (decimal): -3512643 or 12412618. OLE color: 12412618.
HSL color Cylindrical-coordinate representation of color #CA66BD: hue angle of 307.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66BD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 189 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.21 |
| HSL | 307.8º | 0.49% | 0.6% | - |
| HSV(B) | 307.8º | 0.5% | 0.79% | - |
| XYZ | 38.29 | 25.73 | 51.09 | - |
| YUV | 141.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 189 | 0 | 0.50 | 0.06 | 0.21 | 307.8 | 0.49 | 0.6 |
| Hex | CA | 66 | BD | 0 | 32 | 6 | 15 | 134 | 31 | 3C |
| Octal | 312 | 146 | 275 | 0 | 62 | 6 | 25 | 464 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10111101 | 0 | 110010 | 110 | 10101 | 100110100 | 110001 | 111100 |
Color Harmonies of #CA66BD
Complementary color
Monochromatic Colors of #CA66BD
Black with #CA66BD
Text Example
Text Example
White with #CA66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66BD; }
p { color: rgb(202,102,189); }
H1.HeaderClassName
{
color: #CA66BD;
}
.AnyTagClassName
{
color: #CA66BD;
}
</style>
background-color css
<style>
a { background-color: #CA66BD; }
a { background-color: rgb(202,102,189); }
div.DivClassName
{
background-color: #CA66BD;
}
.BgClassName
{
background-color: #CA66BD;
}
</style>
border-color css
<style>
span { border-color: #CA66BD; }
span { border-color: rgb(202,102,189); }
td.TdClassName
{
border-color: #CA66BD;
}
.TagClassName
{
border-color: #CA66BD;
}
</style>