Shades of Medium Orchid #C63BD6
Tints of Medium Orchid #C63BD6
RGB
CMYK
RGB Variations
Color information
#C63BD6 (or 0xC63BD6) is known color: Medium Orchid. HEX triplet: C6, 3B and D6. RGB value is (198,59,214). Sum of RGB (Red+Green+Blue) = 198+59+214=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #C63BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BD6 is #39C429. Grayscale: #757575. Windows color (decimal): -3785770 or 14040006. OLE color: 14040006.
HSL color Cylindrical-coordinate representation of color #C63BD6: hue angle of 293.81º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63BD6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 59 | 214 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 293.81º | 0.65% | 0.54% | - |
| HSV(B) | 293.81º | 0.72% | 0.84% | - |
| XYZ | 36.99 | 19.99 | 65.53 | - |
| YUV | 118.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 214 | 0.07 | 0.72 | 0 | 0.16 | 293.81 | 0.65 | 0.54 |
| Hex | C6 | 3B | D6 | 7 | 48 | 0 | 10 | 126 | 41 | 36 |
| Octal | 306 | 73 | 326 | 7 | 110 | 0 | 20 | 446 | 101 | 66 |
| Binary | 11000110 | 111011 | 11010110 | 111 | 1001000 | 0 | 10000 | 100100110 | 1000001 | 110110 |
Color Harmonies of #C63BD6
Complementary color
Monochromatic Colors of #C63BD6
Black with #C63BD6
Text Example
Text Example
White with #C63BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BD6; }
p { color: rgb(198,59,214); }
H1.HeaderClassName
{
color: #C63BD6;
}
.AnyTagClassName
{
color: #C63BD6;
}
</style>
background-color css
<style>
a { background-color: #C63BD6; }
a { background-color: rgb(198,59,214); }
div.DivClassName
{
background-color: #C63BD6;
}
.BgClassName
{
background-color: #C63BD6;
}
</style>
border-color css
<style>
span { border-color: #C63BD6; }
span { border-color: rgb(198,59,214); }
td.TdClassName
{
border-color: #C63BD6;
}
.TagClassName
{
border-color: #C63BD6;
}
</style>