Shades of Fuchsia #CA65B4
Tints of Fuchsia #CA65B4
RGB
CMYK
RGB Variations
Color information
#CA65B4 (or 0xCA65B4) is known color: Fuchsia. HEX triplet: CA, 65 and B4. RGB value is (202,101,180). Sum of RGB (Red+Green+Blue) = 202+101+180=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65B4 is #359A4B. Grayscale: #8B8B8B. Windows color (decimal): -3512908 or 11822538. OLE color: 11822538.
HSL color Cylindrical-coordinate representation of color #CA65B4: hue angle of 313.07º 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 #CA65B4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 180 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.21 |
| HSL | 313.07º | 0.49% | 0.59% | - |
| HSV(B) | 313.07º | 0.5% | 0.79% | - |
| XYZ | 37.25 | 25.16 | 46.07 | - |
| YUV | 140.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 180 | 0 | 0.50 | 0.11 | 0.21 | 313.07 | 0.49 | 0.59 |
| Hex | CA | 65 | B4 | 0 | 32 | B | 15 | 139 | 31 | 3B |
| Octal | 312 | 145 | 264 | 0 | 62 | 13 | 25 | 471 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10110100 | 0 | 110010 | 1011 | 10101 | 100111001 | 110001 | 111011 |
Color Harmonies of #CA65B4
Complementary color
Monochromatic Colors of #CA65B4
Black with #CA65B4
Text Example
Text Example
White with #CA65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65B4; }
p { color: rgb(202,101,180); }
H1.HeaderClassName
{
color: #CA65B4;
}
.AnyTagClassName
{
color: #CA65B4;
}
</style>
background-color css
<style>
a { background-color: #CA65B4; }
a { background-color: rgb(202,101,180); }
div.DivClassName
{
background-color: #CA65B4;
}
.BgClassName
{
background-color: #CA65B4;
}
</style>
border-color css
<style>
span { border-color: #CA65B4; }
span { border-color: rgb(202,101,180); }
td.TdClassName
{
border-color: #CA65B4;
}
.TagClassName
{
border-color: #CA65B4;
}
</style>