Shades of Medium Orchid #C062CF
Tints of Medium Orchid #C062CF
RGB
CMYK
RGB Variations
Color information
#C062CF (or 0xC062CF) is known color: Medium Orchid. HEX triplet: C0, 62 and CF. RGB value is (192,98,207). Sum of RGB (Red+Green+Blue) = 192+98+207=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C062CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062CF is #3F9D30. Grayscale: #8A8A8A. Windows color (decimal): -4169009 or 13591232. OLE color: 13591232.
HSL color Cylindrical-coordinate representation of color #C062CF: hue angle of 291.74º 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 #C062CF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 98 | 207 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.19 |
| HSL | 291.74º | 0.53% | 0.6% | - |
| HSV(B) | 291.74º | 0.53% | 0.81% | - |
| XYZ | 37.37 | 24.45 | 61.78 | - |
| YUV | 138.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 207 | 0.07 | 0.53 | 0 | 0.19 | 291.74 | 0.53 | 0.6 |
| Hex | C0 | 62 | CF | 7 | 35 | 0 | 13 | 124 | 35 | 3C |
| Octal | 300 | 142 | 317 | 7 | 65 | 0 | 23 | 444 | 65 | 74 |
| Binary | 11000000 | 1100010 | 11001111 | 111 | 110101 | 0 | 10011 | 100100100 | 110101 | 111100 |
Color Harmonies of #C062CF
Complementary color
Monochromatic Colors of #C062CF
Black with #C062CF
Text Example
Text Example
White with #C062CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062CF; }
p { color: rgb(192,98,207); }
H1.HeaderClassName
{
color: #C062CF;
}
.AnyTagClassName
{
color: #C062CF;
}
</style>
background-color css
<style>
a { background-color: #C062CF; }
a { background-color: rgb(192,98,207); }
div.DivClassName
{
background-color: #C062CF;
}
.BgClassName
{
background-color: #C062CF;
}
</style>
border-color css
<style>
span { border-color: #C062CF; }
span { border-color: rgb(192,98,207); }
td.TdClassName
{
border-color: #C062CF;
}
.TagClassName
{
border-color: #C062CF;
}
</style>