Shades of Fuchsia #CA65BC
Tints of Fuchsia #CA65BC
RGB
CMYK
RGB Variations
Color information
#CA65BC (or 0xCA65BC) is known color: Fuchsia. HEX triplet: CA, 65 and BC. RGB value is (202,101,188). Sum of RGB (Red+Green+Blue) = 202+101+188=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BC is #359A43. Grayscale: #8C8C8C. Windows color (decimal): -3512900 or 12346826. OLE color: 12346826.
HSL color Cylindrical-coordinate representation of color #CA65BC: hue angle of 308.32º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65BC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 188 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.21 |
| HSL | 308.32º | 0.49% | 0.59% | - |
| HSV(B) | 308.32º | 0.5% | 0.79% | - |
| XYZ | 38.09 | 25.49 | 50.49 | - |
| YUV | 141.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 188 | 0 | 0.50 | 0.07 | 0.21 | 308.32 | 0.49 | 0.59 |
| Hex | CA | 65 | BC | 0 | 32 | 7 | 15 | 134 | 31 | 3B |
| Octal | 312 | 145 | 274 | 0 | 62 | 7 | 25 | 464 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10111100 | 0 | 110010 | 111 | 10101 | 100110100 | 110001 | 111011 |
Color Harmonies of #CA65BC
Complementary color
Monochromatic Colors of #CA65BC
Black with #CA65BC
Text Example
Text Example
White with #CA65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65BC; }
p { color: rgb(202,101,188); }
H1.HeaderClassName
{
color: #CA65BC;
}
.AnyTagClassName
{
color: #CA65BC;
}
</style>
background-color css
<style>
a { background-color: #CA65BC; }
a { background-color: rgb(202,101,188); }
div.DivClassName
{
background-color: #CA65BC;
}
.BgClassName
{
background-color: #CA65BC;
}
</style>
border-color css
<style>
span { border-color: #CA65BC; }
span { border-color: rgb(202,101,188); }
td.TdClassName
{
border-color: #CA65BC;
}
.TagClassName
{
border-color: #CA65BC;
}
</style>