Shades of Medium Orchid #C63FD1
Tints of Medium Orchid #C63FD1
RGB
CMYK
RGB Variations
Color information
#C63FD1 (or 0xC63FD1) is known color: Medium Orchid. HEX triplet: C6, 3F and D1. RGB value is (198,63,209). Sum of RGB (Red+Green+Blue) = 198+63+209=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #C63FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD1 is #39C02E. Grayscale: #777777. Windows color (decimal): -3784751 or 13713350. OLE color: 13713350.
HSL color Cylindrical-coordinate representation of color #C63FD1: hue angle of 295.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63FD1 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 63 | 209 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.48º | 0.61% | 0.53% | - |
| HSV(B) | 295.48º | 0.7% | 0.82% | - |
| XYZ | 36.57 | 20.16 | 62.29 | - |
| YUV | 120.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 209 | 0.05 | 0.70 | 0 | 0.18 | 295.48 | 0.61 | 0.53 |
| Hex | C6 | 3F | D1 | 5 | 46 | 0 | 12 | 127 | 3D | 35 |
| Octal | 306 | 77 | 321 | 5 | 106 | 0 | 22 | 447 | 75 | 65 |
| Binary | 11000110 | 111111 | 11010001 | 101 | 1000110 | 0 | 10010 | 100100111 | 111101 | 110101 |
Color Harmonies of #C63FD1
Complementary color
Monochromatic Colors of #C63FD1
Black with #C63FD1
Text Example
Text Example
White with #C63FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FD1; }
p { color: rgb(198,63,209); }
H1.HeaderClassName
{
color: #C63FD1;
}
.AnyTagClassName
{
color: #C63FD1;
}
</style>
background-color css
<style>
a { background-color: #C63FD1; }
a { background-color: rgb(198,63,209); }
div.DivClassName
{
background-color: #C63FD1;
}
.BgClassName
{
background-color: #C63FD1;
}
</style>
border-color css
<style>
span { border-color: #C63FD1; }
span { border-color: rgb(198,63,209); }
td.TdClassName
{
border-color: #C63FD1;
}
.TagClassName
{
border-color: #C63FD1;
}
</style>