Shades of Fuchsia #CA6BB5
Tints of Fuchsia #CA6BB5
RGB
CMYK
RGB Variations
Color information
#CA6BB5 (or 0xCA6BB5) is known color: Fuchsia. HEX triplet: CA, 6B and B5. RGB value is (202,107,181). Sum of RGB (Red+Green+Blue) = 202+107+181=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB5 is #35944A. Grayscale: #8F8F8F. Windows color (decimal): -3511371 or 11889610. OLE color: 11889610.
HSL color Cylindrical-coordinate representation of color #CA6BB5: hue angle of 313.26º 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 #CA6BB5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 181 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.21 |
| HSL | 313.26º | 0.47% | 0.61% | - |
| HSV(B) | 313.26º | 0.47% | 0.79% | - |
| XYZ | 37.96 | 26.41 | 46.81 | - |
| YUV | 143.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 181 | 0 | 0.47 | 0.10 | 0.21 | 313.26 | 0.47 | 0.61 |
| Hex | CA | 6B | B5 | 0 | 2F | A | 15 | 139 | 2F | 3D |
| Octal | 312 | 153 | 265 | 0 | 57 | 12 | 25 | 471 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10110101 | 0 | 101111 | 1010 | 10101 | 100111001 | 101111 | 111101 |
Color Harmonies of #CA6BB5
Complementary color
Monochromatic Colors of #CA6BB5
Black with #CA6BB5
Text Example
Text Example
White with #CA6BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BB5; }
p { color: rgb(202,107,181); }
H1.HeaderClassName
{
color: #CA6BB5;
}
.AnyTagClassName
{
color: #CA6BB5;
}
</style>
background-color css
<style>
a { background-color: #CA6BB5; }
a { background-color: rgb(202,107,181); }
div.DivClassName
{
background-color: #CA6BB5;
}
.BgClassName
{
background-color: #CA6BB5;
}
</style>
border-color css
<style>
span { border-color: #CA6BB5; }
span { border-color: rgb(202,107,181); }
td.TdClassName
{
border-color: #CA6BB5;
}
.TagClassName
{
border-color: #CA6BB5;
}
</style>