Shades of Fuchsia #C85BD0
Tints of Fuchsia #C85BD0
RGB
CMYK
RGB Variations
Color information
#C85BD0 (or 0xC85BD0) is known color: Fuchsia. HEX triplet: C8, 5B and D0. RGB value is (200,91,208). Sum of RGB (Red+Green+Blue) = 200+91+208=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #C85BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD0 is #37A42F. Grayscale: #888888. Windows color (decimal): -3646512 or 13654984. OLE color: 13654984.
HSL color Cylindrical-coordinate representation of color #C85BD0: hue angle of 295.9º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85BD0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 91 | 208 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.18 |
| HSL | 295.9º | 0.55% | 0.59% | - |
| HSV(B) | 295.9º | 0.56% | 0.82% | - |
| XYZ | 38.95 | 24.32 | 62.32 | - |
| YUV | 136.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 208 | 0.04 | 0.56 | 0 | 0.18 | 295.9 | 0.55 | 0.59 |
| Hex | C8 | 5B | D0 | 4 | 38 | 0 | 12 | 128 | 37 | 3B |
| Octal | 310 | 133 | 320 | 4 | 70 | 0 | 22 | 450 | 67 | 73 |
| Binary | 11001000 | 1011011 | 11010000 | 100 | 111000 | 0 | 10010 | 100101000 | 110111 | 111011 |
Color Harmonies of #C85BD0
Complementary color
Monochromatic Colors of #C85BD0
Black with #C85BD0
Text Example
Text Example
White with #C85BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BD0; }
p { color: rgb(200,91,208); }
H1.HeaderClassName
{
color: #C85BD0;
}
.AnyTagClassName
{
color: #C85BD0;
}
</style>
background-color css
<style>
a { background-color: #C85BD0; }
a { background-color: rgb(200,91,208); }
div.DivClassName
{
background-color: #C85BD0;
}
.BgClassName
{
background-color: #C85BD0;
}
</style>
border-color css
<style>
span { border-color: #C85BD0; }
span { border-color: rgb(200,91,208); }
td.TdClassName
{
border-color: #C85BD0;
}
.TagClassName
{
border-color: #C85BD0;
}
</style>