Shades of Medium Orchid #C062CD
Tints of Medium Orchid #C062CD
RGB
CMYK
RGB Variations
Color information
#C062CD (or 0xC062CD) is known color: Medium Orchid. HEX triplet: C0, 62 and CD. RGB value is (192,98,205). Sum of RGB (Red+Green+Blue) = 192+98+205=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C062CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062CD is #3F9D32. Grayscale: #898989. Windows color (decimal): -4169011 or 13460160. OLE color: 13460160.
HSL color Cylindrical-coordinate representation of color #C062CD: hue angle of 292.71º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C062CD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 98 | 205 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.20 |
| HSL | 292.71º | 0.52% | 0.59% | - |
| HSV(B) | 292.71º | 0.52% | 0.8% | - |
| XYZ | 37.13 | 24.35 | 60.5 | - |
| YUV | 138.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 205 | 0.06 | 0.52 | 0 | 0.20 | 292.71 | 0.52 | 0.59 |
| Hex | C0 | 62 | CD | 6 | 34 | 0 | 14 | 125 | 34 | 3B |
| Octal | 300 | 142 | 315 | 6 | 64 | 0 | 24 | 445 | 64 | 73 |
| Binary | 11000000 | 1100010 | 11001101 | 110 | 110100 | 0 | 10100 | 100100101 | 110100 | 111011 |
Color Harmonies of #C062CD
Complementary color
Monochromatic Colors of #C062CD
Black with #C062CD
Text Example
Text Example
White with #C062CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062CD; }
p { color: rgb(192,98,205); }
H1.HeaderClassName
{
color: #C062CD;
}
.AnyTagClassName
{
color: #C062CD;
}
</style>
background-color css
<style>
a { background-color: #C062CD; }
a { background-color: rgb(192,98,205); }
div.DivClassName
{
background-color: #C062CD;
}
.BgClassName
{
background-color: #C062CD;
}
</style>
border-color css
<style>
span { border-color: #C062CD; }
span { border-color: rgb(192,98,205); }
td.TdClassName
{
border-color: #C062CD;
}
.TagClassName
{
border-color: #C062CD;
}
</style>