Shades of Medium Orchid #C936D5
Tints of Medium Orchid #C936D5
RGB
CMYK
RGB Variations
Color information
#C936D5 (or 0xC936D5) is known color: Medium Orchid. HEX triplet: C9, 36 and D5. RGB value is (201,54,213). Sum of RGB (Red+Green+Blue) = 201+54+213=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #C936D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936D5 is #36C92A. Grayscale: #737373. Windows color (decimal): -3590443 or 13973193. OLE color: 13973193.
HSL color Cylindrical-coordinate representation of color #C936D5: hue angle of 295.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C936D5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 54 | 213 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.16 |
| HSL | 295.47º | 0.65% | 0.52% | - |
| HSV(B) | 295.47º | 0.75% | 0.84% | - |
| XYZ | 37.42 | 19.86 | 64.81 | - |
| YUV | 116.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 213 | 0.06 | 0.75 | 0 | 0.16 | 295.47 | 0.65 | 0.52 |
| Hex | C9 | 36 | D5 | 6 | 4B | 0 | 10 | 127 | 41 | 34 |
| Octal | 311 | 66 | 325 | 6 | 113 | 0 | 20 | 447 | 101 | 64 |
| Binary | 11001001 | 110110 | 11010101 | 110 | 1001011 | 0 | 10000 | 100100111 | 1000001 | 110100 |
Color Harmonies of #C936D5
Complementary color
Monochromatic Colors of #C936D5
Black with #C936D5
Text Example
Text Example
White with #C936D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936D5; }
p { color: rgb(201,54,213); }
H1.HeaderClassName
{
color: #C936D5;
}
.AnyTagClassName
{
color: #C936D5;
}
</style>
background-color css
<style>
a { background-color: #C936D5; }
a { background-color: rgb(201,54,213); }
div.DivClassName
{
background-color: #C936D5;
}
.BgClassName
{
background-color: #C936D5;
}
</style>
border-color css
<style>
span { border-color: #C936D5; }
span { border-color: rgb(201,54,213); }
td.TdClassName
{
border-color: #C936D5;
}
.TagClassName
{
border-color: #C936D5;
}
</style>