Shades of Medium Orchid #C936D3
Tints of Medium Orchid #C936D3
RGB
CMYK
RGB Variations
Color information
#C936D3 (or 0xC936D3) is known color: Medium Orchid. HEX triplet: C9, 36 and D3. RGB value is (201,54,211). Sum of RGB (Red+Green+Blue) = 201+54+211=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #C936D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936D3 is #36C92C. Grayscale: #737373. Windows color (decimal): -3590445 or 13842121. OLE color: 13842121.
HSL color Cylindrical-coordinate representation of color #C936D3: hue angle of 296.18º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C936D3 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 54 | 211 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.17 |
| HSL | 296.18º | 0.64% | 0.52% | - |
| HSV(B) | 296.18º | 0.74% | 0.83% | - |
| XYZ | 37.16 | 19.76 | 63.48 | - |
| YUV | 115.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 211 | 0.05 | 0.74 | 0 | 0.17 | 296.18 | 0.64 | 0.52 |
| Hex | C9 | 36 | D3 | 5 | 4A | 0 | 11 | 128 | 40 | 34 |
| Octal | 311 | 66 | 323 | 5 | 112 | 0 | 21 | 450 | 100 | 64 |
| Binary | 11001001 | 110110 | 11010011 | 101 | 1001010 | 0 | 10001 | 100101000 | 1000000 | 110100 |
Color Harmonies of #C936D3
Complementary color
Monochromatic Colors of #C936D3
Black with #C936D3
Text Example
Text Example
White with #C936D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936D3; }
p { color: rgb(201,54,211); }
H1.HeaderClassName
{
color: #C936D3;
}
.AnyTagClassName
{
color: #C936D3;
}
</style>
background-color css
<style>
a { background-color: #C936D3; }
a { background-color: rgb(201,54,211); }
div.DivClassName
{
background-color: #C936D3;
}
.BgClassName
{
background-color: #C936D3;
}
</style>
border-color css
<style>
span { border-color: #C936D3; }
span { border-color: rgb(201,54,211); }
td.TdClassName
{
border-color: #C936D3;
}
.TagClassName
{
border-color: #C936D3;
}
</style>