Shades of Fuchsia #CA68BD
Tints of Fuchsia #CA68BD
RGB
CMYK
RGB Variations
Color information
#CA68BD (or 0xCA68BD) is known color: Fuchsia. HEX triplet: CA, 68 and BD. RGB value is (202,104,189). Sum of RGB (Red+Green+Blue) = 202+104+189=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68BD is #359742. Grayscale: #8E8E8E. Windows color (decimal): -3512131 or 12413130. OLE color: 12413130.
HSL color Cylindrical-coordinate representation of color #CA68BD: hue angle of 307.96º 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 #CA68BD is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 189 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.21 |
| HSL | 307.96º | 0.48% | 0.6% | - |
| HSV(B) | 307.96º | 0.49% | 0.79% | - |
| XYZ | 38.49 | 26.13 | 51.16 | - |
| YUV | 142.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 189 | 0 | 0.49 | 0.06 | 0.21 | 307.96 | 0.48 | 0.6 |
| Hex | CA | 68 | BD | 0 | 31 | 6 | 15 | 134 | 30 | 3C |
| Octal | 312 | 150 | 275 | 0 | 61 | 6 | 25 | 464 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10111101 | 0 | 110001 | 110 | 10101 | 100110100 | 110000 | 111100 |
Color Harmonies of #CA68BD
Complementary color
Monochromatic Colors of #CA68BD
Black with #CA68BD
Text Example
Text Example
White with #CA68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68BD; }
p { color: rgb(202,104,189); }
H1.HeaderClassName
{
color: #CA68BD;
}
.AnyTagClassName
{
color: #CA68BD;
}
</style>
background-color css
<style>
a { background-color: #CA68BD; }
a { background-color: rgb(202,104,189); }
div.DivClassName
{
background-color: #CA68BD;
}
.BgClassName
{
background-color: #CA68BD;
}
</style>
border-color css
<style>
span { border-color: #CA68BD; }
span { border-color: rgb(202,104,189); }
td.TdClassName
{
border-color: #CA68BD;
}
.TagClassName
{
border-color: #CA68BD;
}
</style>