Shades of Medium Orchid #C62BDB
Tints of Medium Orchid #C62BDB
RGB
CMYK
RGB Variations
Color information
#C62BDB (or 0xC62BDB) is known color: Medium Orchid. HEX triplet: C6, 2B and DB. RGB value is (198,43,219). Sum of RGB (Red+Green+Blue) = 198+43+219=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C62BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BDB is #39D424. Grayscale: #6C6C6C. Windows color (decimal): -3789861 or 14363590. OLE color: 14363590.
HSL color Cylindrical-coordinate representation of color #C62BDB: hue angle of 292.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62BDB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 43 | 219 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.14 |
| HSL | 292.84º | 0.71% | 0.51% | - |
| HSV(B) | 292.84º | 0.8% | 0.86% | - |
| XYZ | 36.94 | 18.85 | 68.71 | - |
| YUV | 109.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 219 | 0.10 | 0.80 | 0 | 0.14 | 292.84 | 0.71 | 0.51 |
| Hex | C6 | 2B | DB | A | 50 | 0 | E | 125 | 47 | 33 |
| Octal | 306 | 53 | 333 | 12 | 120 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000110 | 101011 | 11011011 | 1010 | 1010000 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C62BDB
Complementary color
Monochromatic Colors of #C62BDB
Black with #C62BDB
Text Example
Text Example
White with #C62BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BDB; }
p { color: rgb(198,43,219); }
H1.HeaderClassName
{
color: #C62BDB;
}
.AnyTagClassName
{
color: #C62BDB;
}
</style>
background-color css
<style>
a { background-color: #C62BDB; }
a { background-color: rgb(198,43,219); }
div.DivClassName
{
background-color: #C62BDB;
}
.BgClassName
{
background-color: #C62BDB;
}
</style>
border-color css
<style>
span { border-color: #C62BDB; }
span { border-color: rgb(198,43,219); }
td.TdClassName
{
border-color: #C62BDB;
}
.TagClassName
{
border-color: #C62BDB;
}
</style>