Shades of Medium Orchid #C63BDC
Tints of Medium Orchid #C63BDC
RGB
CMYK
RGB Variations
Color information
#C63BDC (or 0xC63BDC) is known color: Medium Orchid. HEX triplet: C6, 3B and DC. RGB value is (198,59,220). Sum of RGB (Red+Green+Blue) = 198+59+220=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #C63BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BDC is #39C423. Grayscale: #767676. Windows color (decimal): -3785764 or 14433222. OLE color: 14433222.
HSL color Cylindrical-coordinate representation of color #C63BDC: hue angle of 291.8º degrees, saturation: 0.7, 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 #C63BDC is Cyan = 0.1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 59 | 220 | - |
| CMYK | 0.1 | 0.73 | 0 | 0.14 |
| HSL | 291.8º | 0.7% | 0.55% | - |
| HSV(B) | 291.8º | 0.73% | 0.86% | - |
| XYZ | 37.77 | 20.3 | 69.64 | - |
| YUV | 118.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 220 | 0.1 | 0.73 | 0 | 0.14 | 291.8 | 0.7 | 0.55 |
| Hex | C6 | 3B | DC | A | 49 | 0 | E | 124 | 46 | 37 |
| Octal | 306 | 73 | 334 | 12 | 111 | 0 | 16 | 444 | 106 | 67 |
| Binary | 11000110 | 111011 | 11011100 | 1010 | 1001001 | 0 | 1110 | 100100100 | 1000110 | 110111 |
Color Harmonies of #C63BDC
Complementary color
Monochromatic Colors of #C63BDC
Black with #C63BDC
Text Example
Text Example
White with #C63BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BDC; }
p { color: rgb(198,59,220); }
H1.HeaderClassName
{
color: #C63BDC;
}
.AnyTagClassName
{
color: #C63BDC;
}
</style>
background-color css
<style>
a { background-color: #C63BDC; }
a { background-color: rgb(198,59,220); }
div.DivClassName
{
background-color: #C63BDC;
}
.BgClassName
{
background-color: #C63BDC;
}
</style>
border-color css
<style>
span { border-color: #C63BDC; }
span { border-color: rgb(198,59,220); }
td.TdClassName
{
border-color: #C63BDC;
}
.TagClassName
{
border-color: #C63BDC;
}
</style>