Shades of Medium Orchid #C63CD5
Tints of Medium Orchid #C63CD5
RGB
CMYK
RGB Variations
Color information
#C63CD5 (or 0xC63CD5) is known color: Medium Orchid. HEX triplet: C6, 3C and D5. RGB value is (198,60,213). Sum of RGB (Red+Green+Blue) = 198+60+213=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C63CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CD5 is #39C32A. Grayscale: #767676. Windows color (decimal): -3785515 or 13974726. OLE color: 13974726.
HSL color Cylindrical-coordinate representation of color #C63CD5: hue angle of 294.12º 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 #C63CD5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 60 | 213 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 294.12º | 0.65% | 0.54% | - |
| HSV(B) | 294.12º | 0.72% | 0.84% | - |
| XYZ | 36.91 | 20.04 | 64.87 | - |
| YUV | 118.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 213 | 0.07 | 0.72 | 0 | 0.16 | 294.12 | 0.65 | 0.54 |
| Hex | C6 | 3C | D5 | 7 | 48 | 0 | 10 | 126 | 41 | 36 |
| Octal | 306 | 74 | 325 | 7 | 110 | 0 | 20 | 446 | 101 | 66 |
| Binary | 11000110 | 111100 | 11010101 | 111 | 1001000 | 0 | 10000 | 100100110 | 1000001 | 110110 |
Color Harmonies of #C63CD5
Complementary color
Monochromatic Colors of #C63CD5
Black with #C63CD5
Text Example
Text Example
White with #C63CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CD5; }
p { color: rgb(198,60,213); }
H1.HeaderClassName
{
color: #C63CD5;
}
.AnyTagClassName
{
color: #C63CD5;
}
</style>
background-color css
<style>
a { background-color: #C63CD5; }
a { background-color: rgb(198,60,213); }
div.DivClassName
{
background-color: #C63CD5;
}
.BgClassName
{
background-color: #C63CD5;
}
</style>
border-color css
<style>
span { border-color: #C63CD5; }
span { border-color: rgb(198,60,213); }
td.TdClassName
{
border-color: #C63CD5;
}
.TagClassName
{
border-color: #C63CD5;
}
</style>