Shades of Medium Orchid #C062DB
Tints of Medium Orchid #C062DB
RGB
CMYK
RGB Variations
Color information
#C062DB (or 0xC062DB) is known color: Medium Orchid. HEX triplet: C0, 62 and DB. RGB value is (192,98,219). Sum of RGB (Red+Green+Blue) = 192+98+219=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C062DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062DB is #3F9D24. Grayscale: #8B8B8B. Windows color (decimal): -4168997 or 14377664. OLE color: 14377664.
HSL color Cylindrical-coordinate representation of color #C062DB: hue angle of 286.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C062DB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 98 | 219 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.14 |
| HSL | 286.61º | 0.63% | 0.62% | - |
| HSV(B) | 286.61º | 0.55% | 0.86% | - |
| XYZ | 38.89 | 25.06 | 69.8 | - |
| YUV | 139.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 219 | 0.12 | 0.55 | 0 | 0.14 | 286.61 | 0.63 | 0.62 |
| Hex | C0 | 62 | DB | C | 37 | 0 | E | 11F | 3F | 3E |
| Octal | 300 | 142 | 333 | 14 | 67 | 0 | 16 | 437 | 77 | 76 |
| Binary | 11000000 | 1100010 | 11011011 | 1100 | 110111 | 0 | 1110 | 100011111 | 111111 | 111110 |
Color Harmonies of #C062DB
Complementary color
Monochromatic Colors of #C062DB
Black with #C062DB
Text Example
Text Example
White with #C062DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062DB; }
p { color: rgb(192,98,219); }
H1.HeaderClassName
{
color: #C062DB;
}
.AnyTagClassName
{
color: #C062DB;
}
</style>
background-color css
<style>
a { background-color: #C062DB; }
a { background-color: rgb(192,98,219); }
div.DivClassName
{
background-color: #C062DB;
}
.BgClassName
{
background-color: #C062DB;
}
</style>
border-color css
<style>
span { border-color: #C062DB; }
span { border-color: rgb(192,98,219); }
td.TdClassName
{
border-color: #C062DB;
}
.TagClassName
{
border-color: #C062DB;
}
</style>