Shades of Fuchsia #CA65C0
Tints of Fuchsia #CA65C0
RGB
CMYK
RGB Variations
Color information
#CA65C0 (or 0xCA65C0) is known color: Fuchsia. HEX triplet: CA, 65 and C0. RGB value is (202,101,192). Sum of RGB (Red+Green+Blue) = 202+101+192=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65C0 is #359A3F. Grayscale: #8D8D8D. Windows color (decimal): -3512896 or 12608970. OLE color: 12608970.
HSL color Cylindrical-coordinate representation of color #CA65C0: hue angle of 305.94º 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 #CA65C0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 192 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.21 |
| HSL | 305.94º | 0.49% | 0.59% | - |
| HSV(B) | 305.94º | 0.5% | 0.79% | - |
| XYZ | 38.53 | 25.67 | 52.79 | - |
| YUV | 141.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 192 | 0 | 0.50 | 0.05 | 0.21 | 305.94 | 0.49 | 0.59 |
| Hex | CA | 65 | C0 | 0 | 32 | 5 | 15 | 132 | 31 | 3B |
| Octal | 312 | 145 | 300 | 0 | 62 | 5 | 25 | 462 | 61 | 73 |
| Binary | 11001010 | 1100101 | 11000000 | 0 | 110010 | 101 | 10101 | 100110010 | 110001 | 111011 |
Color Harmonies of #CA65C0
Complementary color
Monochromatic Colors of #CA65C0
Black with #CA65C0
Text Example
Text Example
White with #CA65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65C0; }
p { color: rgb(202,101,192); }
H1.HeaderClassName
{
color: #CA65C0;
}
.AnyTagClassName
{
color: #CA65C0;
}
</style>
background-color css
<style>
a { background-color: #CA65C0; }
a { background-color: rgb(202,101,192); }
div.DivClassName
{
background-color: #CA65C0;
}
.BgClassName
{
background-color: #CA65C0;
}
</style>
border-color css
<style>
span { border-color: #CA65C0; }
span { border-color: rgb(202,101,192); }
td.TdClassName
{
border-color: #CA65C0;
}
.TagClassName
{
border-color: #CA65C0;
}
</style>