Shades of Fuchsia #CA65B7
Tints of Fuchsia #CA65B7
RGB
CMYK
RGB Variations
Color information
#CA65B7 (or 0xCA65B7) is known color: Fuchsia. HEX triplet: CA, 65 and B7. RGB value is (202,101,183). Sum of RGB (Red+Green+Blue) = 202+101+183=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65B7 is #359A48. Grayscale: #8C8C8C. Windows color (decimal): -3512905 or 12019146. OLE color: 12019146.
HSL color Cylindrical-coordinate representation of color #CA65B7: hue angle of 311.29º 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 #CA65B7 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 183 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.21 |
| HSL | 311.29º | 0.49% | 0.59% | - |
| HSV(B) | 311.29º | 0.5% | 0.79% | - |
| XYZ | 37.56 | 25.28 | 47.7 | - |
| YUV | 140.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 183 | 0 | 0.50 | 0.09 | 0.21 | 311.29 | 0.49 | 0.59 |
| Hex | CA | 65 | B7 | 0 | 32 | 9 | 15 | 137 | 31 | 3B |
| Octal | 312 | 145 | 267 | 0 | 62 | 11 | 25 | 467 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10110111 | 0 | 110010 | 1001 | 10101 | 100110111 | 110001 | 111011 |
Color Harmonies of #CA65B7
Complementary color
Monochromatic Colors of #CA65B7
Black with #CA65B7
Text Example
Text Example
White with #CA65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65B7; }
p { color: rgb(202,101,183); }
H1.HeaderClassName
{
color: #CA65B7;
}
.AnyTagClassName
{
color: #CA65B7;
}
</style>
background-color css
<style>
a { background-color: #CA65B7; }
a { background-color: rgb(202,101,183); }
div.DivClassName
{
background-color: #CA65B7;
}
.BgClassName
{
background-color: #CA65B7;
}
</style>
border-color css
<style>
span { border-color: #CA65B7; }
span { border-color: rgb(202,101,183); }
td.TdClassName
{
border-color: #CA65B7;
}
.TagClassName
{
border-color: #CA65B7;
}
</style>