Shades of Fuchsia #C85ACD
Tints of Fuchsia #C85ACD
RGB
CMYK
RGB Variations
Color information
#C85ACD (or 0xC85ACD) is known color: Fuchsia. HEX triplet: C8, 5A and CD. RGB value is (200,90,205). Sum of RGB (Red+Green+Blue) = 200+90+205=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C85ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ACD is #37A532. Grayscale: #878787. Windows color (decimal): -3646771 or 13458120. OLE color: 13458120.
HSL color Cylindrical-coordinate representation of color #C85ACD: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85ACD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 90 | 205 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.20 |
| HSL | 297.39º | 0.53% | 0.58% | - |
| HSV(B) | 297.39º | 0.56% | 0.8% | - |
| XYZ | 38.5 | 24 | 60.36 | - |
| YUV | 136 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 205 | 0.02 | 0.56 | 0 | 0.20 | 297.39 | 0.53 | 0.58 |
| Hex | C8 | 5A | CD | 2 | 38 | 0 | 14 | 129 | 35 | 3A |
| Octal | 310 | 132 | 315 | 2 | 70 | 0 | 24 | 451 | 65 | 72 |
| Binary | 11001000 | 1011010 | 11001101 | 10 | 111000 | 0 | 10100 | 100101001 | 110101 | 111010 |
Color Harmonies of #C85ACD
Complementary color
Monochromatic Colors of #C85ACD
Black with #C85ACD
Text Example
Text Example
White with #C85ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ACD; }
p { color: rgb(200,90,205); }
H1.HeaderClassName
{
color: #C85ACD;
}
.AnyTagClassName
{
color: #C85ACD;
}
</style>
background-color css
<style>
a { background-color: #C85ACD; }
a { background-color: rgb(200,90,205); }
div.DivClassName
{
background-color: #C85ACD;
}
.BgClassName
{
background-color: #C85ACD;
}
</style>
border-color css
<style>
span { border-color: #C85ACD; }
span { border-color: rgb(200,90,205); }
td.TdClassName
{
border-color: #C85ACD;
}
.TagClassName
{
border-color: #C85ACD;
}
</style>