Shades of Fuchsia #CA6DB8
Tints of Fuchsia #CA6DB8
RGB
CMYK
RGB Variations
Color information
#CA6DB8 (or 0xCA6DB8) is known color: Fuchsia. HEX triplet: CA, 6D and B8. RGB value is (202,109,184). Sum of RGB (Red+Green+Blue) = 202+109+184=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB8 is #359247. Grayscale: #919191. Windows color (decimal): -3510856 or 12086730. OLE color: 12086730.
HSL color Cylindrical-coordinate representation of color #CA6DB8: hue angle of 311.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6DB8 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 184 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.21 |
| HSL | 311.61º | 0.47% | 0.61% | - |
| HSV(B) | 311.61º | 0.46% | 0.79% | - |
| XYZ | 38.48 | 26.95 | 48.52 | - |
| YUV | 145.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 184 | 0 | 0.46 | 0.09 | 0.21 | 311.61 | 0.47 | 0.61 |
| Hex | CA | 6D | B8 | 0 | 2E | 9 | 15 | 138 | 2F | 3D |
| Octal | 312 | 155 | 270 | 0 | 56 | 11 | 25 | 470 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10111000 | 0 | 101110 | 1001 | 10101 | 100111000 | 101111 | 111101 |
Color Harmonies of #CA6DB8
Complementary color
Monochromatic Colors of #CA6DB8
Black with #CA6DB8
Text Example
Text Example
White with #CA6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DB8; }
p { color: rgb(202,109,184); }
H1.HeaderClassName
{
color: #CA6DB8;
}
.AnyTagClassName
{
color: #CA6DB8;
}
</style>
background-color css
<style>
a { background-color: #CA6DB8; }
a { background-color: rgb(202,109,184); }
div.DivClassName
{
background-color: #CA6DB8;
}
.BgClassName
{
background-color: #CA6DB8;
}
</style>
border-color css
<style>
span { border-color: #CA6DB8; }
span { border-color: rgb(202,109,184); }
td.TdClassName
{
border-color: #CA6DB8;
}
.TagClassName
{
border-color: #CA6DB8;
}
</style>