Shades of Fuchsia #CD6DB2
Tints of Fuchsia #CD6DB2
RGB
CMYK
RGB Variations
Color information
#CD6DB2 (or 0xCD6DB2) is known color: Fuchsia. HEX triplet: CD, 6D and B2. RGB value is (205,109,178). Sum of RGB (Red+Green+Blue) = 205+109+178=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6DB2 is #32924D. Grayscale: #919191. Windows color (decimal): -3314254 or 11693517. OLE color: 11693517.
HSL color Cylindrical-coordinate representation of color #CD6DB2: hue angle of 316.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DB2 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 178 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.20 |
| HSL | 316.88º | 0.49% | 0.62% | - |
| HSV(B) | 316.88º | 0.47% | 0.8% | - |
| XYZ | 38.68 | 27.13 | 45.32 | - |
| YUV | 145.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 178 | 0 | 0.47 | 0.13 | 0.20 | 316.88 | 0.49 | 0.62 |
| Hex | CD | 6D | B2 | 0 | 2F | D | 14 | 13D | 31 | 3E |
| Octal | 315 | 155 | 262 | 0 | 57 | 15 | 24 | 475 | 61 | 76 |
| Binary | 11001101 | 1101101 | 10110010 | 0 | 101111 | 1101 | 10100 | 100111101 | 110001 | 111110 |
Color Harmonies of #CD6DB2
Complementary color
Monochromatic Colors of #CD6DB2
Black with #CD6DB2
Text Example
Text Example
White with #CD6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DB2; }
p { color: rgb(205,109,178); }
H1.HeaderClassName
{
color: #CD6DB2;
}
.AnyTagClassName
{
color: #CD6DB2;
}
</style>
background-color css
<style>
a { background-color: #CD6DB2; }
a { background-color: rgb(205,109,178); }
div.DivClassName
{
background-color: #CD6DB2;
}
.BgClassName
{
background-color: #CD6DB2;
}
</style>
border-color css
<style>
span { border-color: #CD6DB2; }
span { border-color: rgb(205,109,178); }
td.TdClassName
{
border-color: #CD6DB2;
}
.TagClassName
{
border-color: #CD6DB2;
}
</style>