Shades of Medium Orchid #C63FD3
Tints of Medium Orchid #C63FD3
RGB
CMYK
RGB Variations
Color information
#C63FD3 (or 0xC63FD3) is known color: Medium Orchid. HEX triplet: C6, 3F and D3. RGB value is (198,63,211). Sum of RGB (Red+Green+Blue) = 198+63+211=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #C63FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD3 is #39C02C. Grayscale: #777777. Windows color (decimal): -3784749 or 13844422. OLE color: 13844422.
HSL color Cylindrical-coordinate representation of color #C63FD3: hue angle of 294.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63FD3 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 63 | 211 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.17 |
| HSL | 294.73º | 0.63% | 0.54% | - |
| HSV(B) | 294.73º | 0.7% | 0.83% | - |
| XYZ | 36.82 | 20.26 | 63.6 | - |
| YUV | 120.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 211 | 0.06 | 0.70 | 0 | 0.17 | 294.73 | 0.63 | 0.54 |
| Hex | C6 | 3F | D3 | 6 | 46 | 0 | 11 | 127 | 3F | 36 |
| Octal | 306 | 77 | 323 | 6 | 106 | 0 | 21 | 447 | 77 | 66 |
| Binary | 11000110 | 111111 | 11010011 | 110 | 1000110 | 0 | 10001 | 100100111 | 111111 | 110110 |
Color Harmonies of #C63FD3
Complementary color
Monochromatic Colors of #C63FD3
Black with #C63FD3
Text Example
Text Example
White with #C63FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FD3; }
p { color: rgb(198,63,211); }
H1.HeaderClassName
{
color: #C63FD3;
}
.AnyTagClassName
{
color: #C63FD3;
}
</style>
background-color css
<style>
a { background-color: #C63FD3; }
a { background-color: rgb(198,63,211); }
div.DivClassName
{
background-color: #C63FD3;
}
.BgClassName
{
background-color: #C63FD3;
}
</style>
border-color css
<style>
span { border-color: #C63FD3; }
span { border-color: rgb(198,63,211); }
td.TdClassName
{
border-color: #C63FD3;
}
.TagClassName
{
border-color: #C63FD3;
}
</style>