Shades of Fuchsia #CA65BD
Tints of Fuchsia #CA65BD
RGB
CMYK
RGB Variations
Color information
#CA65BD (or 0xCA65BD) is known color: Fuchsia. HEX triplet: CA, 65 and BD. RGB value is (202,101,189). Sum of RGB (Red+Green+Blue) = 202+101+189=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BD is #359A42. Grayscale: #8C8C8C. Windows color (decimal): -3512899 or 12412362. OLE color: 12412362.
HSL color Cylindrical-coordinate representation of color #CA65BD: hue angle of 307.72º 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 #CA65BD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 189 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.21 |
| HSL | 307.72º | 0.49% | 0.59% | - |
| HSV(B) | 307.72º | 0.5% | 0.79% | - |
| XYZ | 38.2 | 25.54 | 51.06 | - |
| YUV | 141.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 189 | 0 | 0.50 | 0.06 | 0.21 | 307.72 | 0.49 | 0.59 |
| Hex | CA | 65 | BD | 0 | 32 | 6 | 15 | 134 | 31 | 3B |
| Octal | 312 | 145 | 275 | 0 | 62 | 6 | 25 | 464 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10111101 | 0 | 110010 | 110 | 10101 | 100110100 | 110001 | 111011 |
Color Harmonies of #CA65BD
Complementary color
Monochromatic Colors of #CA65BD
Black with #CA65BD
Text Example
Text Example
White with #CA65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65BD; }
p { color: rgb(202,101,189); }
H1.HeaderClassName
{
color: #CA65BD;
}
.AnyTagClassName
{
color: #CA65BD;
}
</style>
background-color css
<style>
a { background-color: #CA65BD; }
a { background-color: rgb(202,101,189); }
div.DivClassName
{
background-color: #CA65BD;
}
.BgClassName
{
background-color: #CA65BD;
}
</style>
border-color css
<style>
span { border-color: #CA65BD; }
span { border-color: rgb(202,101,189); }
td.TdClassName
{
border-color: #CA65BD;
}
.TagClassName
{
border-color: #CA65BD;
}
</style>