Shades of Medium Orchid #C63ADF
Tints of Medium Orchid #C63ADF
RGB
CMYK
RGB Variations
Color information
#C63ADF (or 0xC63ADF) is known color: Medium Orchid. HEX triplet: C6, 3A and DF. RGB value is (198,58,223). Sum of RGB (Red+Green+Blue) = 198+58+223=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C63ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ADF is #39C520. Grayscale: #767676. Windows color (decimal): -3786017 or 14629574. OLE color: 14629574.
HSL color Cylindrical-coordinate representation of color #C63ADF: hue angle of 290.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63ADF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 58 | 223 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.13 |
| HSL | 290.91º | 0.72% | 0.55% | - |
| HSV(B) | 290.91º | 0.74% | 0.87% | - |
| XYZ | 38.12 | 20.36 | 71.73 | - |
| YUV | 118.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 223 | 0.11 | 0.74 | 0 | 0.13 | 290.91 | 0.72 | 0.55 |
| Hex | C6 | 3A | DF | B | 4A | 0 | D | 123 | 48 | 37 |
| Octal | 306 | 72 | 337 | 13 | 112 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000110 | 111010 | 11011111 | 1011 | 1001010 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C63ADF
Complementary color
Monochromatic Colors of #C63ADF
Black with #C63ADF
Text Example
Text Example
White with #C63ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ADF; }
p { color: rgb(198,58,223); }
H1.HeaderClassName
{
color: #C63ADF;
}
.AnyTagClassName
{
color: #C63ADF;
}
</style>
background-color css
<style>
a { background-color: #C63ADF; }
a { background-color: rgb(198,58,223); }
div.DivClassName
{
background-color: #C63ADF;
}
.BgClassName
{
background-color: #C63ADF;
}
</style>
border-color css
<style>
span { border-color: #C63ADF; }
span { border-color: rgb(198,58,223); }
td.TdClassName
{
border-color: #C63ADF;
}
.TagClassName
{
border-color: #C63ADF;
}
</style>