Shades of Medium Orchid #C62CDB
Tints of Medium Orchid #C62CDB
RGB
CMYK
RGB Variations
Color information
#C62CDB (or 0xC62CDB) is known color: Medium Orchid. HEX triplet: C6, 2C and DB. RGB value is (198,44,219). Sum of RGB (Red+Green+Blue) = 198+44+219=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C62CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CDB is #39D324. Grayscale: #6D6D6D. Windows color (decimal): -3789605 or 14363846. OLE color: 14363846.
HSL color Cylindrical-coordinate representation of color #C62CDB: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62CDB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 44 | 219 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.14 |
| HSL | 292.8º | 0.71% | 0.52% | - |
| HSV(B) | 292.8º | 0.8% | 0.86% | - |
| XYZ | 36.98 | 18.92 | 68.72 | - |
| YUV | 110 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 219 | 0.10 | 0.80 | 0 | 0.14 | 292.8 | 0.71 | 0.52 |
| Hex | C6 | 2C | DB | A | 50 | 0 | E | 125 | 47 | 34 |
| Octal | 306 | 54 | 333 | 12 | 120 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11000110 | 101100 | 11011011 | 1010 | 1010000 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C62CDB
Complementary color
Monochromatic Colors of #C62CDB
Black with #C62CDB
Text Example
Text Example
White with #C62CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CDB; }
p { color: rgb(198,44,219); }
H1.HeaderClassName
{
color: #C62CDB;
}
.AnyTagClassName
{
color: #C62CDB;
}
</style>
background-color css
<style>
a { background-color: #C62CDB; }
a { background-color: rgb(198,44,219); }
div.DivClassName
{
background-color: #C62CDB;
}
.BgClassName
{
background-color: #C62CDB;
}
</style>
border-color css
<style>
span { border-color: #C62CDB; }
span { border-color: rgb(198,44,219); }
td.TdClassName
{
border-color: #C62CDB;
}
.TagClassName
{
border-color: #C62CDB;
}
</style>