Shades of Fuchsia #CA68B5
Tints of Fuchsia #CA68B5
RGB
CMYK
RGB Variations
Color information
#CA68B5 (or 0xCA68B5) is known color: Fuchsia. HEX triplet: CA, 68 and B5. RGB value is (202,104,181). Sum of RGB (Red+Green+Blue) = 202+104+181=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68B5 is #35974A. Grayscale: #8D8D8D. Windows color (decimal): -3512139 or 11888842. OLE color: 11888842.
HSL color Cylindrical-coordinate representation of color #CA68B5: hue angle of 312.86º 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 #CA68B5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 181 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.21 |
| HSL | 312.86º | 0.48% | 0.6% | - |
| HSV(B) | 312.86º | 0.49% | 0.79% | - |
| XYZ | 37.65 | 25.79 | 46.71 | - |
| YUV | 142.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 181 | 0 | 0.49 | 0.10 | 0.21 | 312.86 | 0.48 | 0.6 |
| Hex | CA | 68 | B5 | 0 | 31 | A | 15 | 139 | 30 | 3C |
| Octal | 312 | 150 | 265 | 0 | 61 | 12 | 25 | 471 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10110101 | 0 | 110001 | 1010 | 10101 | 100111001 | 110000 | 111100 |
Color Harmonies of #CA68B5
Complementary color
Monochromatic Colors of #CA68B5
Black with #CA68B5
Text Example
Text Example
White with #CA68B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68B5; }
p { color: rgb(202,104,181); }
H1.HeaderClassName
{
color: #CA68B5;
}
.AnyTagClassName
{
color: #CA68B5;
}
</style>
background-color css
<style>
a { background-color: #CA68B5; }
a { background-color: rgb(202,104,181); }
div.DivClassName
{
background-color: #CA68B5;
}
.BgClassName
{
background-color: #CA68B5;
}
</style>
border-color css
<style>
span { border-color: #CA68B5; }
span { border-color: rgb(202,104,181); }
td.TdClassName
{
border-color: #CA68B5;
}
.TagClassName
{
border-color: #CA68B5;
}
</style>