Shades of Medium Orchid #C62EDB
Tints of Medium Orchid #C62EDB
RGB
CMYK
RGB Variations
Color information
#C62EDB (or 0xC62EDB) is known color: Medium Orchid. HEX triplet: C6, 2E and DB. RGB value is (198,46,219). Sum of RGB (Red+Green+Blue) = 198+46+219=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C62EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EDB is #39D124. Grayscale: #6E6E6E. Windows color (decimal): -3789093 or 14364358. OLE color: 14364358.
HSL color Cylindrical-coordinate representation of color #C62EDB: hue angle of 292.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62EDB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 46 | 219 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.14 |
| HSL | 292.72º | 0.71% | 0.52% | - |
| HSV(B) | 292.72º | 0.79% | 0.86% | - |
| XYZ | 37.05 | 19.07 | 68.75 | - |
| YUV | 111.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 219 | 0.10 | 0.79 | 0 | 0.14 | 292.72 | 0.71 | 0.52 |
| Hex | C6 | 2E | DB | A | 4F | 0 | E | 125 | 47 | 34 |
| Octal | 306 | 56 | 333 | 12 | 117 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11000110 | 101110 | 11011011 | 1010 | 1001111 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C62EDB
Complementary color
Monochromatic Colors of #C62EDB
Black with #C62EDB
Text Example
Text Example
White with #C62EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EDB; }
p { color: rgb(198,46,219); }
H1.HeaderClassName
{
color: #C62EDB;
}
.AnyTagClassName
{
color: #C62EDB;
}
</style>
background-color css
<style>
a { background-color: #C62EDB; }
a { background-color: rgb(198,46,219); }
div.DivClassName
{
background-color: #C62EDB;
}
.BgClassName
{
background-color: #C62EDB;
}
</style>
border-color css
<style>
span { border-color: #C62EDB; }
span { border-color: rgb(198,46,219); }
td.TdClassName
{
border-color: #C62EDB;
}
.TagClassName
{
border-color: #C62EDB;
}
</style>