Shades of Medium Orchid #C63BDD
Tints of Medium Orchid #C63BDD
RGB
CMYK
RGB Variations
Color information
#C63BDD (or 0xC63BDD) is known color: Medium Orchid. HEX triplet: C6, 3B and DD. RGB value is (198,59,221). Sum of RGB (Red+Green+Blue) = 198+59+221=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #C63BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BDD is #39C422. Grayscale: #767676. Windows color (decimal): -3785763 or 14498758. OLE color: 14498758.
HSL color Cylindrical-coordinate representation of color #C63BDD: hue angle of 291.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63BDD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 59 | 221 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.13 |
| HSL | 291.48º | 0.7% | 0.55% | - |
| HSV(B) | 291.48º | 0.73% | 0.87% | - |
| XYZ | 37.9 | 20.35 | 70.34 | - |
| YUV | 119.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 221 | 0.10 | 0.73 | 0 | 0.13 | 291.48 | 0.7 | 0.55 |
| Hex | C6 | 3B | DD | A | 49 | 0 | D | 123 | 46 | 37 |
| Octal | 306 | 73 | 335 | 12 | 111 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000110 | 111011 | 11011101 | 1010 | 1001001 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C63BDD
Complementary color
Monochromatic Colors of #C63BDD
Black with #C63BDD
Text Example
Text Example
White with #C63BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BDD; }
p { color: rgb(198,59,221); }
H1.HeaderClassName
{
color: #C63BDD;
}
.AnyTagClassName
{
color: #C63BDD;
}
</style>
background-color css
<style>
a { background-color: #C63BDD; }
a { background-color: rgb(198,59,221); }
div.DivClassName
{
background-color: #C63BDD;
}
.BgClassName
{
background-color: #C63BDD;
}
</style>
border-color css
<style>
span { border-color: #C63BDD; }
span { border-color: rgb(198,59,221); }
td.TdClassName
{
border-color: #C63BDD;
}
.TagClassName
{
border-color: #C63BDD;
}
</style>