Shades of Medium Orchid #C63CDB
Tints of Medium Orchid #C63CDB
RGB
CMYK
RGB Variations
Color information
#C63CDB (or 0xC63CDB) is known color: Medium Orchid. HEX triplet: C6, 3C and DB. RGB value is (198,60,219). Sum of RGB (Red+Green+Blue) = 198+60+219=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C63CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CDB is #39C324. Grayscale: #767676. Windows color (decimal): -3785509 or 14367942. OLE color: 14367942.
HSL color Cylindrical-coordinate representation of color #C63CDB: hue angle of 292.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63CDB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 60 | 219 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.14 |
| HSL | 292.08º | 0.69% | 0.55% | - |
| HSV(B) | 292.08º | 0.73% | 0.86% | - |
| XYZ | 37.69 | 20.35 | 68.96 | - |
| YUV | 119.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 219 | 0.10 | 0.73 | 0 | 0.14 | 292.08 | 0.69 | 0.55 |
| Hex | C6 | 3C | DB | A | 49 | 0 | E | 124 | 45 | 37 |
| Octal | 306 | 74 | 333 | 12 | 111 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000110 | 111100 | 11011011 | 1010 | 1001001 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C63CDB
Complementary color
Monochromatic Colors of #C63CDB
Black with #C63CDB
Text Example
Text Example
White with #C63CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CDB; }
p { color: rgb(198,60,219); }
H1.HeaderClassName
{
color: #C63CDB;
}
.AnyTagClassName
{
color: #C63CDB;
}
</style>
background-color css
<style>
a { background-color: #C63CDB; }
a { background-color: rgb(198,60,219); }
div.DivClassName
{
background-color: #C63CDB;
}
.BgClassName
{
background-color: #C63CDB;
}
</style>
border-color css
<style>
span { border-color: #C63CDB; }
span { border-color: rgb(198,60,219); }
td.TdClassName
{
border-color: #C63CDB;
}
.TagClassName
{
border-color: #C63CDB;
}
</style>