Shades of Medium Orchid #C933DF
Tints of Medium Orchid #C933DF
RGB
CMYK
RGB Variations
Color information
#C933DF (or 0xC933DF) is known color: Medium Orchid. HEX triplet: C9, 33 and DF. RGB value is (201,51,223). Sum of RGB (Red+Green+Blue) = 201+51+223=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #C933DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933DF is #36CC20. Grayscale: #727272. Windows color (decimal): -3591201 or 14627785. OLE color: 14627785.
HSL color Cylindrical-coordinate representation of color #C933DF: hue angle of 292.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C933DF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 51 | 223 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.13 |
| HSL | 292.33º | 0.73% | 0.54% | - |
| HSV(B) | 292.33º | 0.77% | 0.87% | - |
| XYZ | 38.59 | 20.11 | 71.66 | - |
| YUV | 115.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 223 | 0.10 | 0.77 | 0 | 0.13 | 292.33 | 0.73 | 0.54 |
| Hex | C9 | 33 | DF | A | 4D | 0 | D | 124 | 49 | 36 |
| Octal | 311 | 63 | 337 | 12 | 115 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11001001 | 110011 | 11011111 | 1010 | 1001101 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C933DF
Complementary color
Monochromatic Colors of #C933DF
Black with #C933DF
Text Example
Text Example
White with #C933DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933DF; }
p { color: rgb(201,51,223); }
H1.HeaderClassName
{
color: #C933DF;
}
.AnyTagClassName
{
color: #C933DF;
}
</style>
background-color css
<style>
a { background-color: #C933DF; }
a { background-color: rgb(201,51,223); }
div.DivClassName
{
background-color: #C933DF;
}
.BgClassName
{
background-color: #C933DF;
}
</style>
border-color css
<style>
span { border-color: #C933DF; }
span { border-color: rgb(201,51,223); }
td.TdClassName
{
border-color: #C933DF;
}
.TagClassName
{
border-color: #C933DF;
}
</style>