Shades of Medium Orchid #C062F1
Tints of Medium Orchid #C062F1
RGB
CMYK
RGB Variations
Color information
#C062F1 (or 0xC062F1) is known color: Medium Orchid. HEX triplet: C0, 62 and F1. RGB value is (192,98,241). Sum of RGB (Red+Green+Blue) = 192+98+241=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #C062F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062F1 is #3F9D0E. Grayscale: #8D8D8D. Windows color (decimal): -4168975 or 15819456. OLE color: 15819456.
HSL color Cylindrical-coordinate representation of color #C062F1: hue angle of 279.44º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C062F1 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 98 | 241 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.05 |
| HSL | 279.44º | 0.84% | 0.66% | - |
| HSV(B) | 279.44º | 0.59% | 0.95% | - |
| XYZ | 41.98 | 26.29 | 86.08 | - |
| YUV | 142.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 241 | 0.20 | 0.59 | 0 | 0.05 | 279.44 | 0.84 | 0.66 |
| Hex | C0 | 62 | F1 | 14 | 3B | 0 | 5 | 117 | 54 | 42 |
| Octal | 300 | 142 | 361 | 24 | 73 | 0 | 5 | 427 | 124 | 102 |
| Binary | 11000000 | 1100010 | 11110001 | 10100 | 111011 | 0 | 101 | 100010111 | 1010100 | 1000010 |
Color Harmonies of #C062F1
Complementary color
Monochromatic Colors of #C062F1
Black with #C062F1
Text Example
Text Example
White with #C062F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062F1; }
p { color: rgb(192,98,241); }
H1.HeaderClassName
{
color: #C062F1;
}
.AnyTagClassName
{
color: #C062F1;
}
</style>
background-color css
<style>
a { background-color: #C062F1; }
a { background-color: rgb(192,98,241); }
div.DivClassName
{
background-color: #C062F1;
}
.BgClassName
{
background-color: #C062F1;
}
</style>
border-color css
<style>
span { border-color: #C062F1; }
span { border-color: rgb(192,98,241); }
td.TdClassName
{
border-color: #C062F1;
}
.TagClassName
{
border-color: #C062F1;
}
</style>