Shades of Fuchsia #CA68B2
Tints of Fuchsia #CA68B2
RGB
CMYK
RGB Variations
Color information
#CA68B2 (or 0xCA68B2) is known color: Fuchsia. HEX triplet: CA, 68 and B2. RGB value is (202,104,178). Sum of RGB (Red+Green+Blue) = 202+104+178=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68B2 is #35974D. Grayscale: #8D8D8D. Windows color (decimal): -3512142 or 11692234. OLE color: 11692234.
HSL color Cylindrical-coordinate representation of color #CA68B2: hue angle of 314.69º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68B2 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 178 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.21 |
| HSL | 314.69º | 0.48% | 0.6% | - |
| HSV(B) | 314.69º | 0.49% | 0.79% | - |
| XYZ | 37.34 | 25.67 | 45.11 | - |
| YUV | 141.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 178 | 0 | 0.49 | 0.12 | 0.21 | 314.69 | 0.48 | 0.6 |
| Hex | CA | 68 | B2 | 0 | 31 | C | 15 | 13B | 30 | 3C |
| Octal | 312 | 150 | 262 | 0 | 61 | 14 | 25 | 473 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10110010 | 0 | 110001 | 1100 | 10101 | 100111011 | 110000 | 111100 |
Color Harmonies of #CA68B2
Complementary color
Monochromatic Colors of #CA68B2
Black with #CA68B2
Text Example
Text Example
White with #CA68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68B2; }
p { color: rgb(202,104,178); }
H1.HeaderClassName
{
color: #CA68B2;
}
.AnyTagClassName
{
color: #CA68B2;
}
</style>
background-color css
<style>
a { background-color: #CA68B2; }
a { background-color: rgb(202,104,178); }
div.DivClassName
{
background-color: #CA68B2;
}
.BgClassName
{
background-color: #CA68B2;
}
</style>
border-color css
<style>
span { border-color: #CA68B2; }
span { border-color: rgb(202,104,178); }
td.TdClassName
{
border-color: #CA68B2;
}
.TagClassName
{
border-color: #CA68B2;
}
</style>