Shades of Medium Orchid #C554DF
Tints of Medium Orchid #C554DF
RGB
CMYK
RGB Variations
Color information
#C554DF (or 0xC554DF) is known color: Medium Orchid. HEX triplet: C5, 54 and DF. RGB value is (197,84,223). Sum of RGB (Red+Green+Blue) = 197+84+223=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #C554DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DF is #3AAB20. Grayscale: #858585. Windows color (decimal): -3844897 or 14636229. OLE color: 14636229.
HSL color Cylindrical-coordinate representation of color #C554DF: hue angle of 288.78º degrees, saturation: 0.68, 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 #C554DF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 84 | 223 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.13 |
| HSL | 288.78º | 0.68% | 0.6% | - |
| HSV(B) | 288.78º | 0.62% | 0.87% | - |
| XYZ | 39.52 | 23.54 | 72.27 | - |
| YUV | 133.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 223 | 0.12 | 0.62 | 0 | 0.13 | 288.78 | 0.68 | 0.6 |
| Hex | C5 | 54 | DF | C | 3E | 0 | D | 121 | 44 | 3C |
| Octal | 305 | 124 | 337 | 14 | 76 | 0 | 15 | 441 | 104 | 74 |
| Binary | 11000101 | 1010100 | 11011111 | 1100 | 111110 | 0 | 1101 | 100100001 | 1000100 | 111100 |
Color Harmonies of #C554DF
Complementary color
Monochromatic Colors of #C554DF
Black with #C554DF
Text Example
Text Example
White with #C554DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554DF; }
p { color: rgb(197,84,223); }
H1.HeaderClassName
{
color: #C554DF;
}
.AnyTagClassName
{
color: #C554DF;
}
</style>
background-color css
<style>
a { background-color: #C554DF; }
a { background-color: rgb(197,84,223); }
div.DivClassName
{
background-color: #C554DF;
}
.BgClassName
{
background-color: #C554DF;
}
</style>
border-color css
<style>
span { border-color: #C554DF; }
span { border-color: rgb(197,84,223); }
td.TdClassName
{
border-color: #C554DF;
}
.TagClassName
{
border-color: #C554DF;
}
</style>