Shades of Fuchsia #CD6DB3
Tints of Fuchsia #CD6DB3
RGB
CMYK
RGB Variations
Color information
#CD6DB3 (or 0xCD6DB3) is known color: Fuchsia. HEX triplet: CD, 6D and B3. RGB value is (205,109,179). Sum of RGB (Red+Green+Blue) = 205+109+179=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DB3 is #32924C. Grayscale: #919191. Windows color (decimal): -3314253 or 11759053. OLE color: 11759053.
HSL color Cylindrical-coordinate representation of color #CD6DB3: hue angle of 316.25º 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 #CD6DB3 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 179 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.20 |
| HSL | 316.25º | 0.49% | 0.62% | - |
| HSV(B) | 316.25º | 0.47% | 0.8% | - |
| XYZ | 38.78 | 27.17 | 45.85 | - |
| YUV | 145.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 179 | 0 | 0.47 | 0.13 | 0.20 | 316.25 | 0.49 | 0.62 |
| Hex | CD | 6D | B3 | 0 | 2F | D | 14 | 13C | 31 | 3E |
| Octal | 315 | 155 | 263 | 0 | 57 | 15 | 24 | 474 | 61 | 76 |
| Binary | 11001101 | 1101101 | 10110011 | 0 | 101111 | 1101 | 10100 | 100111100 | 110001 | 111110 |
Color Harmonies of #CD6DB3
Complementary color
Monochromatic Colors of #CD6DB3
Black with #CD6DB3
Text Example
Text Example
White with #CD6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DB3; }
p { color: rgb(205,109,179); }
H1.HeaderClassName
{
color: #CD6DB3;
}
.AnyTagClassName
{
color: #CD6DB3;
}
</style>
background-color css
<style>
a { background-color: #CD6DB3; }
a { background-color: rgb(205,109,179); }
div.DivClassName
{
background-color: #CD6DB3;
}
.BgClassName
{
background-color: #CD6DB3;
}
</style>
border-color css
<style>
span { border-color: #CD6DB3; }
span { border-color: rgb(205,109,179); }
td.TdClassName
{
border-color: #CD6DB3;
}
.TagClassName
{
border-color: #CD6DB3;
}
</style>