Shades of Fuchsia #CA68AF
Tints of Fuchsia #CA68AF
RGB
CMYK
RGB Variations
Color information
#CA68AF (or 0xCA68AF) is known color: Fuchsia. HEX triplet: CA, 68 and AF. RGB value is (202,104,175). Sum of RGB (Red+Green+Blue) = 202+104+175=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68AF is #359750. Grayscale: #8D8D8D. Windows color (decimal): -3512145 or 11495626. OLE color: 11495626.
HSL color Cylindrical-coordinate representation of color #CA68AF: hue angle of 316.53º 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 #CA68AF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 175 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.21 |
| HSL | 316.53º | 0.48% | 0.6% | - |
| HSV(B) | 316.53º | 0.49% | 0.79% | - |
| XYZ | 37.05 | 25.55 | 43.54 | - |
| YUV | 141.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 175 | 0 | 0.49 | 0.13 | 0.21 | 316.53 | 0.48 | 0.6 |
| Hex | CA | 68 | AF | 0 | 31 | D | 15 | 13D | 30 | 3C |
| Octal | 312 | 150 | 257 | 0 | 61 | 15 | 25 | 475 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10101111 | 0 | 110001 | 1101 | 10101 | 100111101 | 110000 | 111100 |
Color Harmonies of #CA68AF
Complementary color
Monochromatic Colors of #CA68AF
Black with #CA68AF
Text Example
Text Example
White with #CA68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68AF; }
p { color: rgb(202,104,175); }
H1.HeaderClassName
{
color: #CA68AF;
}
.AnyTagClassName
{
color: #CA68AF;
}
</style>
background-color css
<style>
a { background-color: #CA68AF; }
a { background-color: rgb(202,104,175); }
div.DivClassName
{
background-color: #CA68AF;
}
.BgClassName
{
background-color: #CA68AF;
}
</style>
border-color css
<style>
span { border-color: #CA68AF; }
span { border-color: rgb(202,104,175); }
td.TdClassName
{
border-color: #CA68AF;
}
.TagClassName
{
border-color: #CA68AF;
}
</style>