Shades of Fuchsia #CA68BC
Tints of Fuchsia #CA68BC
RGB
CMYK
RGB Variations
Color information
#CA68BC (or 0xCA68BC) is known color: Fuchsia. HEX triplet: CA, 68 and BC. RGB value is (202,104,188). Sum of RGB (Red+Green+Blue) = 202+104+188=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68BC is #359743. Grayscale: #8E8E8E. Windows color (decimal): -3512132 or 12347594. OLE color: 12347594.
HSL color Cylindrical-coordinate representation of color #CA68BC: hue angle of 308.57º 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 #CA68BC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 188 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.21 |
| HSL | 308.57º | 0.48% | 0.6% | - |
| HSV(B) | 308.57º | 0.49% | 0.79% | - |
| XYZ | 38.38 | 26.09 | 50.59 | - |
| YUV | 142.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 188 | 0 | 0.49 | 0.07 | 0.21 | 308.57 | 0.48 | 0.6 |
| Hex | CA | 68 | BC | 0 | 31 | 7 | 15 | 135 | 30 | 3C |
| Octal | 312 | 150 | 274 | 0 | 61 | 7 | 25 | 465 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10111100 | 0 | 110001 | 111 | 10101 | 100110101 | 110000 | 111100 |
Color Harmonies of #CA68BC
Complementary color
Monochromatic Colors of #CA68BC
Black with #CA68BC
Text Example
Text Example
White with #CA68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68BC; }
p { color: rgb(202,104,188); }
H1.HeaderClassName
{
color: #CA68BC;
}
.AnyTagClassName
{
color: #CA68BC;
}
</style>
background-color css
<style>
a { background-color: #CA68BC; }
a { background-color: rgb(202,104,188); }
div.DivClassName
{
background-color: #CA68BC;
}
.BgClassName
{
background-color: #CA68BC;
}
</style>
border-color css
<style>
span { border-color: #CA68BC; }
span { border-color: rgb(202,104,188); }
td.TdClassName
{
border-color: #CA68BC;
}
.TagClassName
{
border-color: #CA68BC;
}
</style>