Shades of Medium Orchid #C554F9
Tints of Medium Orchid #C554F9
RGB
CMYK
RGB Variations
Color information
#C554F9 (or 0xC554F9) is known color: Medium Orchid. HEX triplet: C5, 54 and F9. RGB value is (197,84,249). Sum of RGB (Red+Green+Blue) = 197+84+249=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #C554F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554F9 is #3AAB06. Grayscale: #888888. Windows color (decimal): -3844871 or 16340165. OLE color: 16340165.
HSL color Cylindrical-coordinate representation of color #C554F9: hue angle of 281.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C554F9 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 84 | 249 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 281.09º | 0.93% | 0.65% | - |
| HSV(B) | 281.09º | 0.66% | 0.98% | - |
| XYZ | 43.3 | 25.05 | 92.18 | - |
| YUV | 136.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 249 | 0.21 | 0.66 | 0 | 0.02 | 281.09 | 0.93 | 0.65 |
| Hex | C5 | 54 | F9 | 15 | 42 | 0 | 2 | 119 | 5D | 41 |
| Octal | 305 | 124 | 371 | 25 | 102 | 0 | 2 | 431 | 135 | 101 |
| Binary | 11000101 | 1010100 | 11111001 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011101 | 1000001 |
Color Harmonies of #C554F9
Complementary color
Monochromatic Colors of #C554F9
Black with #C554F9
Text Example
Text Example
White with #C554F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554F9; }
p { color: rgb(197,84,249); }
H1.HeaderClassName
{
color: #C554F9;
}
.AnyTagClassName
{
color: #C554F9;
}
</style>
background-color css
<style>
a { background-color: #C554F9; }
a { background-color: rgb(197,84,249); }
div.DivClassName
{
background-color: #C554F9;
}
.BgClassName
{
background-color: #C554F9;
}
</style>
border-color css
<style>
span { border-color: #C554F9; }
span { border-color: rgb(197,84,249); }
td.TdClassName
{
border-color: #C554F9;
}
.TagClassName
{
border-color: #C554F9;
}
</style>