Shades of Medium Orchid #C062DD
Tints of Medium Orchid #C062DD
RGB
CMYK
RGB Variations
Color information
#C062DD (or 0xC062DD) is known color: Medium Orchid. HEX triplet: C0, 62 and DD. RGB value is (192,98,221). Sum of RGB (Red+Green+Blue) = 192+98+221=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C062DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062DD is #3F9D22. Grayscale: #8B8B8B. Windows color (decimal): -4168995 or 14508736. OLE color: 14508736.
HSL color Cylindrical-coordinate representation of color #C062DD: hue angle of 285.85º degrees, saturation: 0.64, 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 #C062DD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 98 | 221 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.13 |
| HSL | 285.85º | 0.64% | 0.63% | - |
| HSV(B) | 285.85º | 0.56% | 0.87% | - |
| XYZ | 39.16 | 25.16 | 71.2 | - |
| YUV | 140.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 221 | 0.13 | 0.56 | 0 | 0.13 | 285.85 | 0.64 | 0.63 |
| Hex | C0 | 62 | DD | D | 38 | 0 | D | 11E | 40 | 3F |
| Octal | 300 | 142 | 335 | 15 | 70 | 0 | 15 | 436 | 100 | 77 |
| Binary | 11000000 | 1100010 | 11011101 | 1101 | 111000 | 0 | 1101 | 100011110 | 1000000 | 111111 |
Color Harmonies of #C062DD
Complementary color
Monochromatic Colors of #C062DD
Black with #C062DD
Text Example
Text Example
White with #C062DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062DD; }
p { color: rgb(192,98,221); }
H1.HeaderClassName
{
color: #C062DD;
}
.AnyTagClassName
{
color: #C062DD;
}
</style>
background-color css
<style>
a { background-color: #C062DD; }
a { background-color: rgb(192,98,221); }
div.DivClassName
{
background-color: #C062DD;
}
.BgClassName
{
background-color: #C062DD;
}
</style>
border-color css
<style>
span { border-color: #C062DD; }
span { border-color: rgb(192,98,221); }
td.TdClassName
{
border-color: #C062DD;
}
.TagClassName
{
border-color: #C062DD;
}
</style>