Shades of Fuchsia #CA6BB6
Tints of Fuchsia #CA6BB6
RGB
CMYK
RGB Variations
Color information
#CA6BB6 (or 0xCA6BB6) is known color: Fuchsia. HEX triplet: CA, 6B and B6. RGB value is (202,107,182). Sum of RGB (Red+Green+Blue) = 202+107+182=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB6 is #359449. Grayscale: #8F8F8F. Windows color (decimal): -3511370 or 11955146. OLE color: 11955146.
HSL color Cylindrical-coordinate representation of color #CA6BB6: hue angle of 312.63º 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 #CA6BB6 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 182 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.21 |
| HSL | 312.63º | 0.47% | 0.61% | - |
| HSV(B) | 312.63º | 0.47% | 0.79% | - |
| XYZ | 38.06 | 26.45 | 47.36 | - |
| YUV | 143.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 182 | 0 | 0.47 | 0.10 | 0.21 | 312.63 | 0.47 | 0.61 |
| Hex | CA | 6B | B6 | 0 | 2F | A | 15 | 139 | 2F | 3D |
| Octal | 312 | 153 | 266 | 0 | 57 | 12 | 25 | 471 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10110110 | 0 | 101111 | 1010 | 10101 | 100111001 | 101111 | 111101 |
Color Harmonies of #CA6BB6
Complementary color
Monochromatic Colors of #CA6BB6
Black with #CA6BB6
Text Example
Text Example
White with #CA6BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BB6; }
p { color: rgb(202,107,182); }
H1.HeaderClassName
{
color: #CA6BB6;
}
.AnyTagClassName
{
color: #CA6BB6;
}
</style>
background-color css
<style>
a { background-color: #CA6BB6; }
a { background-color: rgb(202,107,182); }
div.DivClassName
{
background-color: #CA6BB6;
}
.BgClassName
{
background-color: #CA6BB6;
}
</style>
border-color css
<style>
span { border-color: #CA6BB6; }
span { border-color: rgb(202,107,182); }
td.TdClassName
{
border-color: #CA6BB6;
}
.TagClassName
{
border-color: #CA6BB6;
}
</style>