Shades of Fuchsia #CA68C5
Tints of Fuchsia #CA68C5
RGB
CMYK
RGB Variations
Color information
#CA68C5 (or 0xCA68C5) is known color: Fuchsia. HEX triplet: CA, 68 and C5. RGB value is (202,104,197). Sum of RGB (Red+Green+Blue) = 202+104+197=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68C5 is #35973A. Grayscale: #8F8F8F. Windows color (decimal): -3512123 or 12937418. OLE color: 12937418.
HSL color Cylindrical-coordinate representation of color #CA68C5: hue angle of 303.06º 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 #CA68C5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 197 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.21 |
| HSL | 303.06º | 0.48% | 0.6% | - |
| HSV(B) | 303.06º | 0.49% | 0.79% | - |
| XYZ | 39.39 | 26.49 | 55.86 | - |
| YUV | 143.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 197 | 0 | 0.49 | 0.02 | 0.21 | 303.06 | 0.48 | 0.6 |
| Hex | CA | 68 | C5 | 0 | 31 | 2 | 15 | 12F | 30 | 3C |
| Octal | 312 | 150 | 305 | 0 | 61 | 2 | 25 | 457 | 60 | 74 |
| Binary | 11001010 | 1101000 | 11000101 | 0 | 110001 | 10 | 10101 | 100101111 | 110000 | 111100 |
Color Harmonies of #CA68C5
Complementary color
Monochromatic Colors of #CA68C5
Black with #CA68C5
Text Example
Text Example
White with #CA68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68C5; }
p { color: rgb(202,104,197); }
H1.HeaderClassName
{
color: #CA68C5;
}
.AnyTagClassName
{
color: #CA68C5;
}
</style>
background-color css
<style>
a { background-color: #CA68C5; }
a { background-color: rgb(202,104,197); }
div.DivClassName
{
background-color: #CA68C5;
}
.BgClassName
{
background-color: #CA68C5;
}
</style>
border-color css
<style>
span { border-color: #CA68C5; }
span { border-color: rgb(202,104,197); }
td.TdClassName
{
border-color: #CA68C5;
}
.TagClassName
{
border-color: #CA68C5;
}
</style>