Shades of Fuchsia #CD66B2
Tints of Fuchsia #CD66B2
RGB
CMYK
RGB Variations
Color information
#CD66B2 (or 0xCD66B2) is known color: Fuchsia. HEX triplet: CD, 66 and B2. RGB value is (205,102,178). Sum of RGB (Red+Green+Blue) = 205+102+178=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD66B2 is #32994D. Grayscale: #8D8D8D. Windows color (decimal): -3316046 or 11691725. OLE color: 11691725.
HSL color Cylindrical-coordinate representation of color #CD66B2: hue angle of 315.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD66B2 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 178 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.20 |
| HSL | 315.73º | 0.51% | 0.6% | - |
| HSV(B) | 315.73º | 0.5% | 0.8% | - |
| XYZ | 37.96 | 25.7 | 45.08 | - |
| YUV | 141.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 178 | 0 | 0.50 | 0.13 | 0.20 | 315.73 | 0.51 | 0.6 |
| Hex | CD | 66 | B2 | 0 | 32 | D | 14 | 13C | 33 | 3C |
| Octal | 315 | 146 | 262 | 0 | 62 | 15 | 24 | 474 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10110010 | 0 | 110010 | 1101 | 10100 | 100111100 | 110011 | 111100 |
Color Harmonies of #CD66B2
Complementary color
Monochromatic Colors of #CD66B2
Black with #CD66B2
Text Example
Text Example
White with #CD66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD66B2; }
p { color: rgb(205,102,178); }
H1.HeaderClassName
{
color: #CD66B2;
}
.AnyTagClassName
{
color: #CD66B2;
}
</style>
background-color css
<style>
a { background-color: #CD66B2; }
a { background-color: rgb(205,102,178); }
div.DivClassName
{
background-color: #CD66B2;
}
.BgClassName
{
background-color: #CD66B2;
}
</style>
border-color css
<style>
span { border-color: #CD66B2; }
span { border-color: rgb(205,102,178); }
td.TdClassName
{
border-color: #CD66B2;
}
.TagClassName
{
border-color: #CD66B2;
}
</style>