Shades of Medium Orchid #C63ADA
Tints of Medium Orchid #C63ADA
RGB
CMYK
RGB Variations
Color information
#C63ADA (or 0xC63ADA) is known color: Medium Orchid. HEX triplet: C6, 3A and DA. RGB value is (198,58,218). Sum of RGB (Red+Green+Blue) = 198+58+218=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C63ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ADA is #39C525. Grayscale: #757575. Windows color (decimal): -3786022 or 14301894. OLE color: 14301894.
HSL color Cylindrical-coordinate representation of color #C63ADA: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63ADA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 58 | 218 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.15 |
| HSL | 292.5º | 0.68% | 0.54% | - |
| HSV(B) | 292.5º | 0.73% | 0.85% | - |
| XYZ | 37.46 | 20.09 | 68.23 | - |
| YUV | 118.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 218 | 0.09 | 0.73 | 0 | 0.15 | 292.5 | 0.68 | 0.54 |
| Hex | C6 | 3A | DA | 9 | 49 | 0 | F | 124 | 44 | 36 |
| Octal | 306 | 72 | 332 | 11 | 111 | 0 | 17 | 444 | 104 | 66 |
| Binary | 11000110 | 111010 | 11011010 | 1001 | 1001001 | 0 | 1111 | 100100100 | 1000100 | 110110 |
Color Harmonies of #C63ADA
Complementary color
Monochromatic Colors of #C63ADA
Black with #C63ADA
Text Example
Text Example
White with #C63ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ADA; }
p { color: rgb(198,58,218); }
H1.HeaderClassName
{
color: #C63ADA;
}
.AnyTagClassName
{
color: #C63ADA;
}
</style>
background-color css
<style>
a { background-color: #C63ADA; }
a { background-color: rgb(198,58,218); }
div.DivClassName
{
background-color: #C63ADA;
}
.BgClassName
{
background-color: #C63ADA;
}
</style>
border-color css
<style>
span { border-color: #C63ADA; }
span { border-color: rgb(198,58,218); }
td.TdClassName
{
border-color: #C63ADA;
}
.TagClassName
{
border-color: #C63ADA;
}
</style>