Shades of Medium Orchid #C062DF
Tints of Medium Orchid #C062DF
RGB
CMYK
RGB Variations
Color information
#C062DF (or 0xC062DF) is known color: Medium Orchid. HEX triplet: C0, 62 and DF. RGB value is (192,98,223). Sum of RGB (Red+Green+Blue) = 192+98+223=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C062DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062DF is #3F9D20. Grayscale: #8B8B8B. Windows color (decimal): -4168993 or 14639808. OLE color: 14639808.
HSL color Cylindrical-coordinate representation of color #C062DF: hue angle of 285.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C062DF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 98 | 223 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.13 |
| HSL | 285.12º | 0.66% | 0.63% | - |
| HSV(B) | 285.12º | 0.56% | 0.87% | - |
| XYZ | 39.43 | 25.27 | 72.61 | - |
| YUV | 140.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 223 | 0.14 | 0.56 | 0 | 0.13 | 285.12 | 0.66 | 0.63 |
| Hex | C0 | 62 | DF | E | 38 | 0 | D | 11D | 42 | 3F |
| Octal | 300 | 142 | 337 | 16 | 70 | 0 | 15 | 435 | 102 | 77 |
| Binary | 11000000 | 1100010 | 11011111 | 1110 | 111000 | 0 | 1101 | 100011101 | 1000010 | 111111 |
Color Harmonies of #C062DF
Complementary color
Monochromatic Colors of #C062DF
Black with #C062DF
Text Example
Text Example
White with #C062DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062DF; }
p { color: rgb(192,98,223); }
H1.HeaderClassName
{
color: #C062DF;
}
.AnyTagClassName
{
color: #C062DF;
}
</style>
background-color css
<style>
a { background-color: #C062DF; }
a { background-color: rgb(192,98,223); }
div.DivClassName
{
background-color: #C062DF;
}
.BgClassName
{
background-color: #C062DF;
}
</style>
border-color css
<style>
span { border-color: #C062DF; }
span { border-color: rgb(192,98,223); }
td.TdClassName
{
border-color: #C062DF;
}
.TagClassName
{
border-color: #C062DF;
}
</style>