Shades of Medium Orchid #C633E2
Tints of Medium Orchid #C633E2
RGB
CMYK
RGB Variations
Color information
#C633E2 (or 0xC633E2) is known color: Medium Orchid. HEX triplet: C6, 33 and E2. RGB value is (198,51,226). Sum of RGB (Red+Green+Blue) = 198+51+226=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #C633E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C633E2 is #39CC1D. Grayscale: #727272. Windows color (decimal): -3787806 or 14824390. OLE color: 14824390.
HSL color Cylindrical-coordinate representation of color #C633E2: hue angle of 290.4º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C633E2 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 51 | 226 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.11 |
| HSL | 290.4º | 0.75% | 0.54% | - |
| HSV(B) | 290.4º | 0.77% | 0.89% | - |
| XYZ | 38.2 | 19.86 | 73.77 | - |
| YUV | 114.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 226 | 0.12 | 0.77 | 0 | 0.11 | 290.4 | 0.75 | 0.54 |
| Hex | C6 | 33 | E2 | C | 4D | 0 | B | 122 | 4B | 36 |
| Octal | 306 | 63 | 342 | 14 | 115 | 0 | 13 | 442 | 113 | 66 |
| Binary | 11000110 | 110011 | 11100010 | 1100 | 1001101 | 0 | 1011 | 100100010 | 1001011 | 110110 |
Color Harmonies of #C633E2
Complementary color
Monochromatic Colors of #C633E2
Black with #C633E2
Text Example
Text Example
White with #C633E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633E2; }
p { color: rgb(198,51,226); }
H1.HeaderClassName
{
color: #C633E2;
}
.AnyTagClassName
{
color: #C633E2;
}
</style>
background-color css
<style>
a { background-color: #C633E2; }
a { background-color: rgb(198,51,226); }
div.DivClassName
{
background-color: #C633E2;
}
.BgClassName
{
background-color: #C633E2;
}
</style>
border-color css
<style>
span { border-color: #C633E2; }
span { border-color: rgb(198,51,226); }
td.TdClassName
{
border-color: #C633E2;
}
.TagClassName
{
border-color: #C633E2;
}
</style>