Shades of Fuchsia #CA6BBA
Tints of Fuchsia #CA6BBA
RGB
CMYK
RGB Variations
Color information
#CA6BBA (or 0xCA6BBA) is known color: Fuchsia. HEX triplet: CA, 6B and BA. RGB value is (202,107,186). Sum of RGB (Red+Green+Blue) = 202+107+186=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBA is #359445. Grayscale: #909090. Windows color (decimal): -3511366 or 12217290. OLE color: 12217290.
HSL color Cylindrical-coordinate representation of color #CA6BBA: hue angle of 310.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6BBA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 186 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.21 |
| HSL | 310.11º | 0.47% | 0.61% | - |
| HSV(B) | 310.11º | 0.47% | 0.79% | - |
| XYZ | 38.48 | 26.62 | 49.56 | - |
| YUV | 144.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 186 | 0 | 0.47 | 0.08 | 0.21 | 310.11 | 0.47 | 0.61 |
| Hex | CA | 6B | BA | 0 | 2F | 8 | 15 | 136 | 2F | 3D |
| Octal | 312 | 153 | 272 | 0 | 57 | 10 | 25 | 466 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10111010 | 0 | 101111 | 1000 | 10101 | 100110110 | 101111 | 111101 |
Color Harmonies of #CA6BBA
Complementary color
Monochromatic Colors of #CA6BBA
Black with #CA6BBA
Text Example
Text Example
White with #CA6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BBA; }
p { color: rgb(202,107,186); }
H1.HeaderClassName
{
color: #CA6BBA;
}
.AnyTagClassName
{
color: #CA6BBA;
}
</style>
background-color css
<style>
a { background-color: #CA6BBA; }
a { background-color: rgb(202,107,186); }
div.DivClassName
{
background-color: #CA6BBA;
}
.BgClassName
{
background-color: #CA6BBA;
}
</style>
border-color css
<style>
span { border-color: #CA6BBA; }
span { border-color: rgb(202,107,186); }
td.TdClassName
{
border-color: #CA6BBA;
}
.TagClassName
{
border-color: #CA6BBA;
}
</style>