Shades of Medium Orchid #C62ADB
Tints of Medium Orchid #C62ADB
RGB
CMYK
RGB Variations
Color information
#C62ADB (or 0xC62ADB) is known color: Medium Orchid. HEX triplet: C6, 2A and DB. RGB value is (198,42,219). Sum of RGB (Red+Green+Blue) = 198+42+219=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C62ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ADB is #39D524. Grayscale: #6C6C6C. Windows color (decimal): -3790117 or 14363334. OLE color: 14363334.
HSL color Cylindrical-coordinate representation of color #C62ADB: hue angle of 292.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62ADB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 42 | 219 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.14 |
| HSL | 292.88º | 0.71% | 0.51% | - |
| HSV(B) | 292.88º | 0.81% | 0.86% | - |
| XYZ | 36.9 | 18.78 | 68.7 | - |
| YUV | 108.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 219 | 0.10 | 0.81 | 0 | 0.14 | 292.88 | 0.71 | 0.51 |
| Hex | C6 | 2A | DB | A | 51 | 0 | E | 125 | 47 | 33 |
| Octal | 306 | 52 | 333 | 12 | 121 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000110 | 101010 | 11011011 | 1010 | 1010001 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C62ADB
Complementary color
Monochromatic Colors of #C62ADB
Black with #C62ADB
Text Example
Text Example
White with #C62ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ADB; }
p { color: rgb(198,42,219); }
H1.HeaderClassName
{
color: #C62ADB;
}
.AnyTagClassName
{
color: #C62ADB;
}
</style>
background-color css
<style>
a { background-color: #C62ADB; }
a { background-color: rgb(198,42,219); }
div.DivClassName
{
background-color: #C62ADB;
}
.BgClassName
{
background-color: #C62ADB;
}
</style>
border-color css
<style>
span { border-color: #C62ADB; }
span { border-color: rgb(198,42,219); }
td.TdClassName
{
border-color: #C62ADB;
}
.TagClassName
{
border-color: #C62ADB;
}
</style>