Shades of Medium Orchid #C568CF
Tints of Medium Orchid #C568CF
RGB
CMYK
RGB Variations
Color information
#C568CF (or 0xC568CF) is known color: Medium Orchid. HEX triplet: C5, 68 and CF. RGB value is (197,104,207). Sum of RGB (Red+Green+Blue) = 197+104+207=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C568CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CF is #3A9730. Grayscale: #8F8F8F. Windows color (decimal): -3839793 or 13592773. OLE color: 13592773.
HSL color Cylindrical-coordinate representation of color #C568CF: hue angle of 294.17º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C568CF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 104 | 207 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.19 |
| HSL | 294.17º | 0.52% | 0.61% | - |
| HSV(B) | 294.17º | 0.5% | 0.81% | - |
| XYZ | 39.24 | 26.28 | 62.04 | - |
| YUV | 143.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 207 | 0.05 | 0.50 | 0 | 0.19 | 294.17 | 0.52 | 0.61 |
| Hex | C5 | 68 | CF | 5 | 32 | 0 | 13 | 126 | 34 | 3D |
| Octal | 305 | 150 | 317 | 5 | 62 | 0 | 23 | 446 | 64 | 75 |
| Binary | 11000101 | 1101000 | 11001111 | 101 | 110010 | 0 | 10011 | 100100110 | 110100 | 111101 |
Color Harmonies of #C568CF
Complementary color
Monochromatic Colors of #C568CF
Black with #C568CF
Text Example
Text Example
White with #C568CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568CF; }
p { color: rgb(197,104,207); }
H1.HeaderClassName
{
color: #C568CF;
}
.AnyTagClassName
{
color: #C568CF;
}
</style>
background-color css
<style>
a { background-color: #C568CF; }
a { background-color: rgb(197,104,207); }
div.DivClassName
{
background-color: #C568CF;
}
.BgClassName
{
background-color: #C568CF;
}
</style>
border-color css
<style>
span { border-color: #C568CF; }
span { border-color: rgb(197,104,207); }
td.TdClassName
{
border-color: #C568CF;
}
.TagClassName
{
border-color: #C568CF;
}
</style>