Shades of Fuchsia #CA6BBD
Tints of Fuchsia #CA6BBD
RGB
CMYK
RGB Variations
Color information
#CA6BBD (or 0xCA6BBD) is known color: Fuchsia. HEX triplet: CA, 6B and BD. RGB value is (202,107,189). Sum of RGB (Red+Green+Blue) = 202+107+189=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBD is #359442. Grayscale: #909090. Windows color (decimal): -3511363 or 12413898. OLE color: 12413898.
HSL color Cylindrical-coordinate representation of color #CA6BBD: hue angle of 308.21º 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 #CA6BBD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 189 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.21 |
| HSL | 308.21º | 0.47% | 0.61% | - |
| HSV(B) | 308.21º | 0.47% | 0.79% | - |
| XYZ | 38.8 | 26.75 | 51.26 | - |
| YUV | 144.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 189 | 0 | 0.47 | 0.06 | 0.21 | 308.21 | 0.47 | 0.61 |
| Hex | CA | 6B | BD | 0 | 2F | 6 | 15 | 134 | 2F | 3D |
| Octal | 312 | 153 | 275 | 0 | 57 | 6 | 25 | 464 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10111101 | 0 | 101111 | 110 | 10101 | 100110100 | 101111 | 111101 |
Color Harmonies of #CA6BBD
Complementary color
Monochromatic Colors of #CA6BBD
Black with #CA6BBD
Text Example
Text Example
White with #CA6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BBD; }
p { color: rgb(202,107,189); }
H1.HeaderClassName
{
color: #CA6BBD;
}
.AnyTagClassName
{
color: #CA6BBD;
}
</style>
background-color css
<style>
a { background-color: #CA6BBD; }
a { background-color: rgb(202,107,189); }
div.DivClassName
{
background-color: #CA6BBD;
}
.BgClassName
{
background-color: #CA6BBD;
}
</style>
border-color css
<style>
span { border-color: #CA6BBD; }
span { border-color: rgb(202,107,189); }
td.TdClassName
{
border-color: #CA6BBD;
}
.TagClassName
{
border-color: #CA6BBD;
}
</style>