Shades of Medium Orchid #C562CF
Tints of Medium Orchid #C562CF
RGB
CMYK
RGB Variations
Color information
#C562CF (or 0xC562CF) is known color: Medium Orchid. HEX triplet: C5, 62 and CF. RGB value is (197,98,207). Sum of RGB (Red+Green+Blue) = 197+98+207=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C562CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CF is #3A9D30. Grayscale: #8B8B8B. Windows color (decimal): -3841329 or 13591237. OLE color: 13591237.
HSL color Cylindrical-coordinate representation of color #C562CF: hue angle of 294.5º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C562CF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 98 | 207 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.19 |
| HSL | 294.5º | 0.53% | 0.6% | - |
| HSV(B) | 294.5º | 0.53% | 0.81% | - |
| XYZ | 38.66 | 25.11 | 61.84 | - |
| YUV | 140.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 207 | 0.05 | 0.53 | 0 | 0.19 | 294.5 | 0.53 | 0.6 |
| Hex | C5 | 62 | CF | 5 | 35 | 0 | 13 | 126 | 35 | 3C |
| Octal | 305 | 142 | 317 | 5 | 65 | 0 | 23 | 446 | 65 | 74 |
| Binary | 11000101 | 1100010 | 11001111 | 101 | 110101 | 0 | 10011 | 100100110 | 110101 | 111100 |
Color Harmonies of #C562CF
Complementary color
Monochromatic Colors of #C562CF
Black with #C562CF
Text Example
Text Example
White with #C562CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562CF; }
p { color: rgb(197,98,207); }
H1.HeaderClassName
{
color: #C562CF;
}
.AnyTagClassName
{
color: #C562CF;
}
</style>
background-color css
<style>
a { background-color: #C562CF; }
a { background-color: rgb(197,98,207); }
div.DivClassName
{
background-color: #C562CF;
}
.BgClassName
{
background-color: #C562CF;
}
</style>
border-color css
<style>
span { border-color: #C562CF; }
span { border-color: rgb(197,98,207); }
td.TdClassName
{
border-color: #C562CF;
}
.TagClassName
{
border-color: #C562CF;
}
</style>