Shades of Medium Orchid #C63FD4
Tints of Medium Orchid #C63FD4
RGB
CMYK
RGB Variations
Color information
#C63FD4 (or 0xC63FD4) is known color: Medium Orchid. HEX triplet: C6, 3F and D4. RGB value is (198,63,212). Sum of RGB (Red+Green+Blue) = 198+63+212=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #C63FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD4 is #39C02B. Grayscale: #777777. Windows color (decimal): -3784748 or 13909958. OLE color: 13909958.
HSL color Cylindrical-coordinate representation of color #C63FD4: hue angle of 294.36º 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 #C63FD4 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 63 | 212 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.17 |
| HSL | 294.36º | 0.63% | 0.54% | - |
| HSV(B) | 294.36º | 0.7% | 0.83% | - |
| XYZ | 36.95 | 20.31 | 64.26 | - |
| YUV | 120.35 | 179.73 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 212 | 0.07 | 0.70 | 0 | 0.17 | 294.36 | 0.63 | 0.54 |
| Hex | C6 | 3F | D4 | 7 | 46 | 0 | 11 | 126 | 3F | 36 |
| Octal | 306 | 77 | 324 | 7 | 106 | 0 | 21 | 446 | 77 | 66 |
| Binary | 11000110 | 111111 | 11010100 | 111 | 1000110 | 0 | 10001 | 100100110 | 111111 | 110110 |
Color Harmonies of #C63FD4
Complementary color
Monochromatic Colors of #C63FD4
Black with #C63FD4
Text Example
Text Example
White with #C63FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FD4; }
p { color: rgb(198,63,212); }
H1.HeaderClassName
{
color: #C63FD4;
}
.AnyTagClassName
{
color: #C63FD4;
}
</style>
background-color css
<style>
a { background-color: #C63FD4; }
a { background-color: rgb(198,63,212); }
div.DivClassName
{
background-color: #C63FD4;
}
.BgClassName
{
background-color: #C63FD4;
}
</style>
border-color css
<style>
span { border-color: #C63FD4; }
span { border-color: rgb(198,63,212); }
td.TdClassName
{
border-color: #C63FD4;
}
.TagClassName
{
border-color: #C63FD4;
}
</style>