Shades of Medium Orchid #C936E6
Tints of Medium Orchid #C936E6
RGB
CMYK
RGB Variations
Color information
#C936E6 (or 0xC936E6) is known color: Medium Orchid. HEX triplet: C9, 36 and E6. RGB value is (201,54,230). Sum of RGB (Red+Green+Blue) = 201+54+230=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #C936E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936E6 is #36C919. Grayscale: #757575. Windows color (decimal): -3590426 or 15087305. OLE color: 15087305.
HSL color Cylindrical-coordinate representation of color #C936E6: hue angle of 290.11º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C936E6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 54 | 230 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.10 |
| HSL | 290.11º | 0.78% | 0.56% | - |
| HSV(B) | 290.11º | 0.77% | 0.9% | - |
| XYZ | 39.69 | 20.77 | 76.78 | - |
| YUV | 118.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 230 | 0.13 | 0.77 | 0 | 0.10 | 290.11 | 0.78 | 0.56 |
| Hex | C9 | 36 | E6 | D | 4D | 0 | A | 122 | 4E | 38 |
| Octal | 311 | 66 | 346 | 15 | 115 | 0 | 12 | 442 | 116 | 70 |
| Binary | 11001001 | 110110 | 11100110 | 1101 | 1001101 | 0 | 1010 | 100100010 | 1001110 | 111000 |
Color Harmonies of #C936E6
Complementary color
Monochromatic Colors of #C936E6
Black with #C936E6
Text Example
Text Example
White with #C936E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936E6; }
p { color: rgb(201,54,230); }
H1.HeaderClassName
{
color: #C936E6;
}
.AnyTagClassName
{
color: #C936E6;
}
</style>
background-color css
<style>
a { background-color: #C936E6; }
a { background-color: rgb(201,54,230); }
div.DivClassName
{
background-color: #C936E6;
}
.BgClassName
{
background-color: #C936E6;
}
</style>
border-color css
<style>
span { border-color: #C936E6; }
span { border-color: rgb(201,54,230); }
td.TdClassName
{
border-color: #C936E6;
}
.TagClassName
{
border-color: #C936E6;
}
</style>