Shades of Fuchsia #CA65BE
Tints of Fuchsia #CA65BE
RGB
CMYK
RGB Variations
Color information
#CA65BE (or 0xCA65BE) is known color: Fuchsia. HEX triplet: CA, 65 and BE. RGB value is (202,101,190). Sum of RGB (Red+Green+Blue) = 202+101+190=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BE is #359A41. Grayscale: #8D8D8D. Windows color (decimal): -3512898 or 12477898. OLE color: 12477898.
HSL color Cylindrical-coordinate representation of color #CA65BE: hue angle of 307.13º 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 #CA65BE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 190 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.21 |
| HSL | 307.13º | 0.49% | 0.59% | - |
| HSV(B) | 307.13º | 0.5% | 0.79% | - |
| XYZ | 38.31 | 25.58 | 51.63 | - |
| YUV | 141.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 190 | 0 | 0.50 | 0.06 | 0.21 | 307.13 | 0.49 | 0.59 |
| Hex | CA | 65 | BE | 0 | 32 | 6 | 15 | 133 | 31 | 3B |
| Octal | 312 | 145 | 276 | 0 | 62 | 6 | 25 | 463 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10111110 | 0 | 110010 | 110 | 10101 | 100110011 | 110001 | 111011 |
Color Harmonies of #CA65BE
Complementary color
Monochromatic Colors of #CA65BE
Black with #CA65BE
Text Example
Text Example
White with #CA65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65BE; }
p { color: rgb(202,101,190); }
H1.HeaderClassName
{
color: #CA65BE;
}
.AnyTagClassName
{
color: #CA65BE;
}
</style>
background-color css
<style>
a { background-color: #CA65BE; }
a { background-color: rgb(202,101,190); }
div.DivClassName
{
background-color: #CA65BE;
}
.BgClassName
{
background-color: #CA65BE;
}
</style>
border-color css
<style>
span { border-color: #CA65BE; }
span { border-color: rgb(202,101,190); }
td.TdClassName
{
border-color: #CA65BE;
}
.TagClassName
{
border-color: #CA65BE;
}
</style>