Shades of Fuchsia #CA68C2
Tints of Fuchsia #CA68C2
RGB
CMYK
RGB Variations
Color information
#CA68C2 (or 0xCA68C2) is known color: Fuchsia. HEX triplet: CA, 68 and C2. RGB value is (202,104,194). Sum of RGB (Red+Green+Blue) = 202+104+194=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68C2 is #35973D. Grayscale: #8F8F8F. Windows color (decimal): -3512126 or 12740810. OLE color: 12740810.
HSL color Cylindrical-coordinate representation of color #CA68C2: hue angle of 304.9º 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 #CA68C2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 194 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.21 |
| HSL | 304.9º | 0.48% | 0.6% | - |
| HSV(B) | 304.9º | 0.49% | 0.79% | - |
| XYZ | 39.05 | 26.35 | 54.07 | - |
| YUV | 143.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 194 | 0 | 0.49 | 0.04 | 0.21 | 304.9 | 0.48 | 0.6 |
| Hex | CA | 68 | C2 | 0 | 31 | 4 | 15 | 131 | 30 | 3C |
| Octal | 312 | 150 | 302 | 0 | 61 | 4 | 25 | 461 | 60 | 74 |
| Binary | 11001010 | 1101000 | 11000010 | 0 | 110001 | 100 | 10101 | 100110001 | 110000 | 111100 |
Color Harmonies of #CA68C2
Complementary color
Monochromatic Colors of #CA68C2
Black with #CA68C2
Text Example
Text Example
White with #CA68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68C2; }
p { color: rgb(202,104,194); }
H1.HeaderClassName
{
color: #CA68C2;
}
.AnyTagClassName
{
color: #CA68C2;
}
</style>
background-color css
<style>
a { background-color: #CA68C2; }
a { background-color: rgb(202,104,194); }
div.DivClassName
{
background-color: #CA68C2;
}
.BgClassName
{
background-color: #CA68C2;
}
</style>
border-color css
<style>
span { border-color: #CA68C2; }
span { border-color: rgb(202,104,194); }
td.TdClassName
{
border-color: #CA68C2;
}
.TagClassName
{
border-color: #CA68C2;
}
</style>