Shades of Medium Orchid #C554DD
Tints of Medium Orchid #C554DD
RGB
CMYK
RGB Variations
Color information
#C554DD (or 0xC554DD) is known color: Medium Orchid. HEX triplet: C5, 54 and DD. RGB value is (197,84,221). Sum of RGB (Red+Green+Blue) = 197+84+221=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C554DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DD is #3AAB22. Grayscale: #848484. Windows color (decimal): -3844899 or 14505157. OLE color: 14505157.
HSL color Cylindrical-coordinate representation of color #C554DD: hue angle of 289.49º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C554DD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 84 | 221 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.13 |
| HSL | 289.49º | 0.67% | 0.6% | - |
| HSV(B) | 289.49º | 0.62% | 0.87% | - |
| XYZ | 39.25 | 23.43 | 70.86 | - |
| YUV | 133.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 221 | 0.11 | 0.62 | 0 | 0.13 | 289.49 | 0.67 | 0.6 |
| Hex | C5 | 54 | DD | B | 3E | 0 | D | 121 | 43 | 3C |
| Octal | 305 | 124 | 335 | 13 | 76 | 0 | 15 | 441 | 103 | 74 |
| Binary | 11000101 | 1010100 | 11011101 | 1011 | 111110 | 0 | 1101 | 100100001 | 1000011 | 111100 |
Color Harmonies of #C554DD
Complementary color
Monochromatic Colors of #C554DD
Black with #C554DD
Text Example
Text Example
White with #C554DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554DD; }
p { color: rgb(197,84,221); }
H1.HeaderClassName
{
color: #C554DD;
}
.AnyTagClassName
{
color: #C554DD;
}
</style>
background-color css
<style>
a { background-color: #C554DD; }
a { background-color: rgb(197,84,221); }
div.DivClassName
{
background-color: #C554DD;
}
.BgClassName
{
background-color: #C554DD;
}
</style>
border-color css
<style>
span { border-color: #C554DD; }
span { border-color: rgb(197,84,221); }
td.TdClassName
{
border-color: #C554DD;
}
.TagClassName
{
border-color: #C554DD;
}
</style>