Shades of Medium Orchid #C63BDA
Tints of Medium Orchid #C63BDA
RGB
CMYK
RGB Variations
Color information
#C63BDA (or 0xC63BDA) is known color: Medium Orchid. HEX triplet: C6, 3B and DA. RGB value is (198,59,218). Sum of RGB (Red+Green+Blue) = 198+59+218=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C63BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BDA is #39C425. Grayscale: #767676. Windows color (decimal): -3785766 or 14302150. OLE color: 14302150.
HSL color Cylindrical-coordinate representation of color #C63BDA: hue angle of 292.45º 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 #C63BDA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 59 | 218 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.15 |
| HSL | 292.45º | 0.68% | 0.54% | - |
| HSV(B) | 292.45º | 0.73% | 0.85% | - |
| XYZ | 37.51 | 20.2 | 68.25 | - |
| YUV | 118.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 218 | 0.09 | 0.73 | 0 | 0.15 | 292.45 | 0.68 | 0.54 |
| Hex | C6 | 3B | DA | 9 | 49 | 0 | F | 124 | 44 | 36 |
| Octal | 306 | 73 | 332 | 11 | 111 | 0 | 17 | 444 | 104 | 66 |
| Binary | 11000110 | 111011 | 11011010 | 1001 | 1001001 | 0 | 1111 | 100100100 | 1000100 | 110110 |
Color Harmonies of #C63BDA
Complementary color
Monochromatic Colors of #C63BDA
Black with #C63BDA
Text Example
Text Example
White with #C63BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BDA; }
p { color: rgb(198,59,218); }
H1.HeaderClassName
{
color: #C63BDA;
}
.AnyTagClassName
{
color: #C63BDA;
}
</style>
background-color css
<style>
a { background-color: #C63BDA; }
a { background-color: rgb(198,59,218); }
div.DivClassName
{
background-color: #C63BDA;
}
.BgClassName
{
background-color: #C63BDA;
}
</style>
border-color css
<style>
span { border-color: #C63BDA; }
span { border-color: rgb(198,59,218); }
td.TdClassName
{
border-color: #C63BDA;
}
.TagClassName
{
border-color: #C63BDA;
}
</style>