Shades of Medium Orchid #C63ADB
Tints of Medium Orchid #C63ADB
RGB
CMYK
RGB Variations
Color information
#C63ADB (or 0xC63ADB) is known color: Medium Orchid. HEX triplet: C6, 3A and DB. RGB value is (198,58,219). Sum of RGB (Red+Green+Blue) = 198+58+219=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C63ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ADB is #39C524. Grayscale: #757575. Windows color (decimal): -3786021 or 14367430. OLE color: 14367430.
HSL color Cylindrical-coordinate representation of color #C63ADB: hue angle of 292.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63ADB is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 58 | 219 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.14 |
| HSL | 292.17º | 0.69% | 0.54% | - |
| HSV(B) | 292.17º | 0.74% | 0.86% | - |
| XYZ | 37.59 | 20.15 | 68.93 | - |
| YUV | 118.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 219 | 0.10 | 0.74 | 0 | 0.14 | 292.17 | 0.69 | 0.54 |
| Hex | C6 | 3A | DB | A | 4A | 0 | E | 124 | 45 | 36 |
| Octal | 306 | 72 | 333 | 12 | 112 | 0 | 16 | 444 | 105 | 66 |
| Binary | 11000110 | 111010 | 11011011 | 1010 | 1001010 | 0 | 1110 | 100100100 | 1000101 | 110110 |
Color Harmonies of #C63ADB
Complementary color
Monochromatic Colors of #C63ADB
Black with #C63ADB
Text Example
Text Example
White with #C63ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ADB; }
p { color: rgb(198,58,219); }
H1.HeaderClassName
{
color: #C63ADB;
}
.AnyTagClassName
{
color: #C63ADB;
}
</style>
background-color css
<style>
a { background-color: #C63ADB; }
a { background-color: rgb(198,58,219); }
div.DivClassName
{
background-color: #C63ADB;
}
.BgClassName
{
background-color: #C63ADB;
}
</style>
border-color css
<style>
span { border-color: #C63ADB; }
span { border-color: rgb(198,58,219); }
td.TdClassName
{
border-color: #C63ADB;
}
.TagClassName
{
border-color: #C63ADB;
}
</style>