Shades of Medium Orchid #C56ACF
Tints of Medium Orchid #C56ACF
RGB
CMYK
RGB Variations
Color information
#C56ACF (or 0xC56ACF) is known color: Medium Orchid. HEX triplet: C5, 6A and CF. RGB value is (197,106,207). Sum of RGB (Red+Green+Blue) = 197+106+207=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C56ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACF is #3A9530. Grayscale: #909090. Windows color (decimal): -3839281 or 13593285. OLE color: 13593285.
HSL color Cylindrical-coordinate representation of color #C56ACF: hue angle of 294.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56ACF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 106 | 207 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.19 |
| HSL | 294.06º | 0.51% | 0.61% | - |
| HSV(B) | 294.06º | 0.49% | 0.81% | - |
| XYZ | 39.44 | 26.68 | 62.1 | - |
| YUV | 144.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 207 | 0.05 | 0.49 | 0 | 0.19 | 294.06 | 0.51 | 0.61 |
| Hex | C5 | 6A | CF | 5 | 31 | 0 | 13 | 126 | 33 | 3D |
| Octal | 305 | 152 | 317 | 5 | 61 | 0 | 23 | 446 | 63 | 75 |
| Binary | 11000101 | 1101010 | 11001111 | 101 | 110001 | 0 | 10011 | 100100110 | 110011 | 111101 |
Color Harmonies of #C56ACF
Complementary color
Monochromatic Colors of #C56ACF
Black with #C56ACF
Text Example
Text Example
White with #C56ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ACF; }
p { color: rgb(197,106,207); }
H1.HeaderClassName
{
color: #C56ACF;
}
.AnyTagClassName
{
color: #C56ACF;
}
</style>
background-color css
<style>
a { background-color: #C56ACF; }
a { background-color: rgb(197,106,207); }
div.DivClassName
{
background-color: #C56ACF;
}
.BgClassName
{
background-color: #C56ACF;
}
</style>
border-color css
<style>
span { border-color: #C56ACF; }
span { border-color: rgb(197,106,207); }
td.TdClassName
{
border-color: #C56ACF;
}
.TagClassName
{
border-color: #C56ACF;
}
</style>