Shades of Medium Orchid #C63FD5
Tints of Medium Orchid #C63FD5
RGB
CMYK
RGB Variations
Color information
#C63FD5 (or 0xC63FD5) is known color: Medium Orchid. HEX triplet: C6, 3F and D5. RGB value is (198,63,213). Sum of RGB (Red+Green+Blue) = 198+63+213=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #C63FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD5 is #39C02A. Grayscale: #787878. Windows color (decimal): -3784747 or 13975494. OLE color: 13975494.
HSL color Cylindrical-coordinate representation of color #C63FD5: hue angle of 294º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63FD5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 63 | 213 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.16 |
| HSL | 294º | 0.64% | 0.54% | - |
| HSV(B) | 294º | 0.7% | 0.84% | - |
| XYZ | 37.08 | 20.36 | 64.93 | - |
| YUV | 120.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 213 | 0.07 | 0.70 | 0 | 0.16 | 294 | 0.64 | 0.54 |
| Hex | C6 | 3F | D5 | 7 | 46 | 0 | 10 | 126 | 40 | 36 |
| Octal | 306 | 77 | 325 | 7 | 106 | 0 | 20 | 446 | 100 | 66 |
| Binary | 11000110 | 111111 | 11010101 | 111 | 1000110 | 0 | 10000 | 100100110 | 1000000 | 110110 |
Color Harmonies of #C63FD5
Complementary color
Monochromatic Colors of #C63FD5
Black with #C63FD5
Text Example
Text Example
White with #C63FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FD5; }
p { color: rgb(198,63,213); }
H1.HeaderClassName
{
color: #C63FD5;
}
.AnyTagClassName
{
color: #C63FD5;
}
</style>
background-color css
<style>
a { background-color: #C63FD5; }
a { background-color: rgb(198,63,213); }
div.DivClassName
{
background-color: #C63FD5;
}
.BgClassName
{
background-color: #C63FD5;
}
</style>
border-color css
<style>
span { border-color: #C63FD5; }
span { border-color: rgb(198,63,213); }
td.TdClassName
{
border-color: #C63FD5;
}
.TagClassName
{
border-color: #C63FD5;
}
</style>