Shades of Fuchsia #CA65CC
Tints of Fuchsia #CA65CC
RGB
CMYK
RGB Variations
Color information
#CA65CC (or 0xCA65CC) is known color: Fuchsia. HEX triplet: CA, 65 and CC. RGB value is (202,101,204). Sum of RGB (Red+Green+Blue) = 202+101+204=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65CC is #359A33. Grayscale: #8E8E8E. Windows color (decimal): -3512884 or 13395402. OLE color: 13395402.
HSL color Cylindrical-coordinate representation of color #CA65CC: hue angle of 298.83º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65CC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 101 | 204 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.2 |
| HSL | 298.84º | 0.5% | 0.6% | - |
| HSV(B) | 298.84º | 0.5% | 0.8% | - |
| XYZ | 39.91 | 26.22 | 60.08 | - |
| YUV | 142.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 204 | 0.01 | 0.50 | 0 | 0.2 | 298.84 | 0.5 | 0.6 |
| Hex | CA | 65 | CC | 1 | 32 | 0 | 14 | 12B | 32 | 3C |
| Octal | 312 | 145 | 314 | 1 | 62 | 0 | 24 | 453 | 62 | 74 |
| Binary | 11001010 | 1100101 | 11001100 | 1 | 110010 | 0 | 10100 | 100101011 | 110010 | 111100 |
Color Harmonies of #CA65CC
Complementary color
Monochromatic Colors of #CA65CC
Black with #CA65CC
Text Example
Text Example
White with #CA65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65CC; }
p { color: rgb(202,101,204); }
H1.HeaderClassName
{
color: #CA65CC;
}
.AnyTagClassName
{
color: #CA65CC;
}
</style>
background-color css
<style>
a { background-color: #CA65CC; }
a { background-color: rgb(202,101,204); }
div.DivClassName
{
background-color: #CA65CC;
}
.BgClassName
{
background-color: #CA65CC;
}
</style>
border-color css
<style>
span { border-color: #CA65CC; }
span { border-color: rgb(202,101,204); }
td.TdClassName
{
border-color: #CA65CC;
}
.TagClassName
{
border-color: #CA65CC;
}
</style>