Shades of Medium Orchid #C936D7
Tints of Medium Orchid #C936D7
RGB
CMYK
RGB Variations
Color information
#C936D7 (or 0xC936D7) is known color: Medium Orchid. HEX triplet: C9, 36 and D7. RGB value is (201,54,215). Sum of RGB (Red+Green+Blue) = 201+54+215=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #C936D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936D7 is #36C928. Grayscale: #737373. Windows color (decimal): -3590441 or 14104265. OLE color: 14104265.
HSL color Cylindrical-coordinate representation of color #C936D7: hue angle of 294.78º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C936D7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 54 | 215 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.16 |
| HSL | 294.78º | 0.67% | 0.53% | - |
| HSV(B) | 294.78º | 0.75% | 0.84% | - |
| XYZ | 37.67 | 19.96 | 66.16 | - |
| YUV | 116.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 215 | 0.07 | 0.75 | 0 | 0.16 | 294.78 | 0.67 | 0.53 |
| Hex | C9 | 36 | D7 | 7 | 4B | 0 | 10 | 127 | 43 | 35 |
| Octal | 311 | 66 | 327 | 7 | 113 | 0 | 20 | 447 | 103 | 65 |
| Binary | 11001001 | 110110 | 11010111 | 111 | 1001011 | 0 | 10000 | 100100111 | 1000011 | 110101 |
Color Harmonies of #C936D7
Complementary color
Monochromatic Colors of #C936D7
Black with #C936D7
Text Example
Text Example
White with #C936D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936D7; }
p { color: rgb(201,54,215); }
H1.HeaderClassName
{
color: #C936D7;
}
.AnyTagClassName
{
color: #C936D7;
}
</style>
background-color css
<style>
a { background-color: #C936D7; }
a { background-color: rgb(201,54,215); }
div.DivClassName
{
background-color: #C936D7;
}
.BgClassName
{
background-color: #C936D7;
}
</style>
border-color css
<style>
span { border-color: #C936D7; }
span { border-color: rgb(201,54,215); }
td.TdClassName
{
border-color: #C936D7;
}
.TagClassName
{
border-color: #C936D7;
}
</style>