Shades of Fuchsia #CD65B2
Tints of Fuchsia #CD65B2
RGB
CMYK
RGB Variations
Color information
#CD65B2 (or 0xCD65B2) is known color: Fuchsia. HEX triplet: CD, 65 and B2. RGB value is (205,101,178). Sum of RGB (Red+Green+Blue) = 205+101+178=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD65B2 is #329A4D. Grayscale: #8C8C8C. Windows color (decimal): -3316302 or 11691469. OLE color: 11691469.
HSL color Cylindrical-coordinate representation of color #CD65B2: hue angle of 315.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD65B2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 178 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.20 |
| HSL | 315.58º | 0.51% | 0.6% | - |
| HSV(B) | 315.58º | 0.51% | 0.8% | - |
| XYZ | 37.87 | 25.5 | 45.05 | - |
| YUV | 140.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 178 | 0 | 0.51 | 0.13 | 0.20 | 315.58 | 0.51 | 0.6 |
| Hex | CD | 65 | B2 | 0 | 33 | D | 14 | 13C | 33 | 3C |
| Octal | 315 | 145 | 262 | 0 | 63 | 15 | 24 | 474 | 63 | 74 |
| Binary | 11001101 | 1100101 | 10110010 | 0 | 110011 | 1101 | 10100 | 100111100 | 110011 | 111100 |
Color Harmonies of #CD65B2
Complementary color
Monochromatic Colors of #CD65B2
Black with #CD65B2
Text Example
Text Example
White with #CD65B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65B2; }
p { color: rgb(205,101,178); }
H1.HeaderClassName
{
color: #CD65B2;
}
.AnyTagClassName
{
color: #CD65B2;
}
</style>
background-color css
<style>
a { background-color: #CD65B2; }
a { background-color: rgb(205,101,178); }
div.DivClassName
{
background-color: #CD65B2;
}
.BgClassName
{
background-color: #CD65B2;
}
</style>
border-color css
<style>
span { border-color: #CD65B2; }
span { border-color: rgb(205,101,178); }
td.TdClassName
{
border-color: #CD65B2;
}
.TagClassName
{
border-color: #CD65B2;
}
</style>