Shades of Medium Orchid #C936D8
Tints of Medium Orchid #C936D8
RGB
CMYK
RGB Variations
Color information
#C936D8 (or 0xC936D8) is known color: Medium Orchid. HEX triplet: C9, 36 and D8. RGB value is (201,54,216). Sum of RGB (Red+Green+Blue) = 201+54+216=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #C936D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936D8 is #36C927. Grayscale: #737373. Windows color (decimal): -3590440 or 14169801. OLE color: 14169801.
HSL color Cylindrical-coordinate representation of color #C936D8: hue angle of 294.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C936D8 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 54 | 216 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.15 |
| HSL | 294.44º | 0.68% | 0.53% | - |
| HSV(B) | 294.44º | 0.75% | 0.85% | - |
| XYZ | 37.8 | 20.01 | 66.84 | - |
| YUV | 116.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 216 | 0.07 | 0.75 | 0 | 0.15 | 294.44 | 0.68 | 0.53 |
| Hex | C9 | 36 | D8 | 7 | 4B | 0 | F | 126 | 44 | 35 |
| Octal | 311 | 66 | 330 | 7 | 113 | 0 | 17 | 446 | 104 | 65 |
| Binary | 11001001 | 110110 | 11011000 | 111 | 1001011 | 0 | 1111 | 100100110 | 1000100 | 110101 |
Color Harmonies of #C936D8
Complementary color
Monochromatic Colors of #C936D8
Black with #C936D8
Text Example
Text Example
White with #C936D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936D8; }
p { color: rgb(201,54,216); }
H1.HeaderClassName
{
color: #C936D8;
}
.AnyTagClassName
{
color: #C936D8;
}
</style>
background-color css
<style>
a { background-color: #C936D8; }
a { background-color: rgb(201,54,216); }
div.DivClassName
{
background-color: #C936D8;
}
.BgClassName
{
background-color: #C936D8;
}
</style>
border-color css
<style>
span { border-color: #C936D8; }
span { border-color: rgb(201,54,216); }
td.TdClassName
{
border-color: #C936D8;
}
.TagClassName
{
border-color: #C936D8;
}
</style>