Shades of Medium Orchid #C633DD
Tints of Medium Orchid #C633DD
RGB
CMYK
RGB Variations
Color information
#C633DD (or 0xC633DD) is known color: Medium Orchid. HEX triplet: C6, 33 and DD. RGB value is (198,51,221). Sum of RGB (Red+Green+Blue) = 198+51+221=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C633DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C633DD is #39CC22. Grayscale: #717171. Windows color (decimal): -3787811 or 14496710. OLE color: 14496710.
HSL color Cylindrical-coordinate representation of color #C633DD: hue angle of 291.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C633DD is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 51 | 221 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.13 |
| HSL | 291.88º | 0.71% | 0.53% | - |
| HSV(B) | 291.88º | 0.77% | 0.87% | - |
| XYZ | 37.52 | 19.59 | 70.21 | - |
| YUV | 114.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 221 | 0.10 | 0.77 | 0 | 0.13 | 291.88 | 0.71 | 0.53 |
| Hex | C6 | 33 | DD | A | 4D | 0 | D | 124 | 47 | 35 |
| Octal | 306 | 63 | 335 | 12 | 115 | 0 | 15 | 444 | 107 | 65 |
| Binary | 11000110 | 110011 | 11011101 | 1010 | 1001101 | 0 | 1101 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C633DD
Complementary color
Monochromatic Colors of #C633DD
Black with #C633DD
Text Example
Text Example
White with #C633DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633DD; }
p { color: rgb(198,51,221); }
H1.HeaderClassName
{
color: #C633DD;
}
.AnyTagClassName
{
color: #C633DD;
}
</style>
background-color css
<style>
a { background-color: #C633DD; }
a { background-color: rgb(198,51,221); }
div.DivClassName
{
background-color: #C633DD;
}
.BgClassName
{
background-color: #C633DD;
}
</style>
border-color css
<style>
span { border-color: #C633DD; }
span { border-color: rgb(198,51,221); }
td.TdClassName
{
border-color: #C633DD;
}
.TagClassName
{
border-color: #C633DD;
}
</style>