Shades of Fuchsia #CA64BD
Tints of Fuchsia #CA64BD
RGB
CMYK
RGB Variations
Color information
#CA64BD (or 0xCA64BD) is known color: Fuchsia. HEX triplet: CA, 64 and BD. RGB value is (202,100,189). Sum of RGB (Red+Green+Blue) = 202+100+189=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BD is #359B42. Grayscale: #8C8C8C. Windows color (decimal): -3513155 or 12412106. OLE color: 12412106.
HSL color Cylindrical-coordinate representation of color #CA64BD: hue angle of 307.65º 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 #CA64BD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 189 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.21 |
| HSL | 307.65º | 0.49% | 0.59% | - |
| HSV(B) | 307.65º | 0.5% | 0.79% | - |
| XYZ | 38.1 | 25.35 | 51.03 | - |
| YUV | 140.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 189 | 0 | 0.50 | 0.06 | 0.21 | 307.65 | 0.49 | 0.59 |
| Hex | CA | 64 | BD | 0 | 32 | 6 | 15 | 134 | 31 | 3B |
| Octal | 312 | 144 | 275 | 0 | 62 | 6 | 25 | 464 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10111101 | 0 | 110010 | 110 | 10101 | 100110100 | 110001 | 111011 |
Color Harmonies of #CA64BD
Complementary color
Monochromatic Colors of #CA64BD
Black with #CA64BD
Text Example
Text Example
White with #CA64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA64BD; }
p { color: rgb(202,100,189); }
H1.HeaderClassName
{
color: #CA64BD;
}
.AnyTagClassName
{
color: #CA64BD;
}
</style>
background-color css
<style>
a { background-color: #CA64BD; }
a { background-color: rgb(202,100,189); }
div.DivClassName
{
background-color: #CA64BD;
}
.BgClassName
{
background-color: #CA64BD;
}
</style>
border-color css
<style>
span { border-color: #CA64BD; }
span { border-color: rgb(202,100,189); }
td.TdClassName
{
border-color: #CA64BD;
}
.TagClassName
{
border-color: #CA64BD;
}
</style>