Shades of Medium Orchid #C553CF
Tints of Medium Orchid #C553CF
RGB
CMYK
RGB Variations
Color information
#C553CF (or 0xC553CF) is known color: Medium Orchid. HEX triplet: C5, 53 and CF. RGB value is (197,83,207). Sum of RGB (Red+Green+Blue) = 197+83+207=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C553CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553CF is #3AAC30. Grayscale: #828282. Windows color (decimal): -3845169 or 13587397. OLE color: 13587397.
HSL color Cylindrical-coordinate representation of color #C553CF: hue angle of 295.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C553CF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 83 | 207 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.19 |
| HSL | 295.16º | 0.56% | 0.57% | - |
| HSV(B) | 295.16º | 0.6% | 0.81% | - |
| XYZ | 37.38 | 22.56 | 61.42 | - |
| YUV | 131.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 207 | 0.05 | 0.60 | 0 | 0.19 | 295.16 | 0.56 | 0.57 |
| Hex | C5 | 53 | CF | 5 | 3C | 0 | 13 | 127 | 38 | 39 |
| Octal | 305 | 123 | 317 | 5 | 74 | 0 | 23 | 447 | 70 | 71 |
| Binary | 11000101 | 1010011 | 11001111 | 101 | 111100 | 0 | 10011 | 100100111 | 111000 | 111001 |
Color Harmonies of #C553CF
Complementary color
Monochromatic Colors of #C553CF
Black with #C553CF
Text Example
Text Example
White with #C553CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553CF; }
p { color: rgb(197,83,207); }
H1.HeaderClassName
{
color: #C553CF;
}
.AnyTagClassName
{
color: #C553CF;
}
</style>
background-color css
<style>
a { background-color: #C553CF; }
a { background-color: rgb(197,83,207); }
div.DivClassName
{
background-color: #C553CF;
}
.BgClassName
{
background-color: #C553CF;
}
</style>
border-color css
<style>
span { border-color: #C553CF; }
span { border-color: rgb(197,83,207); }
td.TdClassName
{
border-color: #C553CF;
}
.TagClassName
{
border-color: #C553CF;
}
</style>