Shades of Orchid #C56FCF
Tints of Orchid #C56FCF
RGB
CMYK
RGB Variations
Color information
#C56FCF (or 0xC56FCF) is known color: Orchid. HEX triplet: C5, 6F and CF. RGB value is (197,111,207). Sum of RGB (Red+Green+Blue) = 197+111+207=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C56FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FCF is #3A9030. Grayscale: #939393. Windows color (decimal): -3838001 or 13594565. OLE color: 13594565.
HSL color Cylindrical-coordinate representation of color #C56FCF: hue angle of 293.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56FCF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 111 | 207 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.19 |
| HSL | 293.75º | 0.5% | 0.62% | - |
| HSV(B) | 293.75º | 0.46% | 0.81% | - |
| XYZ | 39.97 | 27.74 | 62.28 | - |
| YUV | 147.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 207 | 0.05 | 0.46 | 0 | 0.19 | 293.75 | 0.5 | 0.62 |
| Hex | C5 | 6F | CF | 5 | 2E | 0 | 13 | 126 | 32 | 3E |
| Octal | 305 | 157 | 317 | 5 | 56 | 0 | 23 | 446 | 62 | 76 |
| Binary | 11000101 | 1101111 | 11001111 | 101 | 101110 | 0 | 10011 | 100100110 | 110010 | 111110 |
Color Harmonies of #C56FCF
Complementary color
Monochromatic Colors of #C56FCF
Black with #C56FCF
Text Example
Text Example
White with #C56FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FCF; }
p { color: rgb(197,111,207); }
H1.HeaderClassName
{
color: #C56FCF;
}
.AnyTagClassName
{
color: #C56FCF;
}
</style>
background-color css
<style>
a { background-color: #C56FCF; }
a { background-color: rgb(197,111,207); }
div.DivClassName
{
background-color: #C56FCF;
}
.BgClassName
{
background-color: #C56FCF;
}
</style>
border-color css
<style>
span { border-color: #C56FCF; }
span { border-color: rgb(197,111,207); }
td.TdClassName
{
border-color: #C56FCF;
}
.TagClassName
{
border-color: #C56FCF;
}
</style>