Shades of Medium Orchid #C562CE
Tints of Medium Orchid #C562CE
RGB
CMYK
RGB Variations
Color information
#C562CE (or 0xC562CE) is known color: Medium Orchid. HEX triplet: C5, 62 and CE. RGB value is (197,98,206). Sum of RGB (Red+Green+Blue) = 197+98+206=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C562CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CE is #3A9D31. Grayscale: #8B8B8B. Windows color (decimal): -3841330 or 13525701. OLE color: 13525701.
HSL color Cylindrical-coordinate representation of color #C562CE: hue angle of 295º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C562CE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 98 | 206 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.19 |
| HSL | 295º | 0.52% | 0.6% | - |
| HSV(B) | 295º | 0.52% | 0.81% | - |
| XYZ | 38.53 | 25.06 | 61.2 | - |
| YUV | 139.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 206 | 0.04 | 0.52 | 0 | 0.19 | 295 | 0.52 | 0.6 |
| Hex | C5 | 62 | CE | 4 | 34 | 0 | 13 | 127 | 34 | 3C |
| Octal | 305 | 142 | 316 | 4 | 64 | 0 | 23 | 447 | 64 | 74 |
| Binary | 11000101 | 1100010 | 11001110 | 100 | 110100 | 0 | 10011 | 100100111 | 110100 | 111100 |
Color Harmonies of #C562CE
Complementary color
Monochromatic Colors of #C562CE
Black with #C562CE
Text Example
Text Example
White with #C562CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562CE; }
p { color: rgb(197,98,206); }
H1.HeaderClassName
{
color: #C562CE;
}
.AnyTagClassName
{
color: #C562CE;
}
</style>
background-color css
<style>
a { background-color: #C562CE; }
a { background-color: rgb(197,98,206); }
div.DivClassName
{
background-color: #C562CE;
}
.BgClassName
{
background-color: #C562CE;
}
</style>
border-color css
<style>
span { border-color: #C562CE; }
span { border-color: rgb(197,98,206); }
td.TdClassName
{
border-color: #C562CE;
}
.TagClassName
{
border-color: #C562CE;
}
</style>