Shades of Medium Orchid #C936DA
Tints of Medium Orchid #C936DA
RGB
CMYK
RGB Variations
Color information
#C936DA (or 0xC936DA) is known color: Medium Orchid. HEX triplet: C9, 36 and DA. RGB value is (201,54,218). Sum of RGB (Red+Green+Blue) = 201+54+218=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #C936DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936DA is #36C925. Grayscale: #747474. Windows color (decimal): -3590438 or 14300873. OLE color: 14300873.
HSL color Cylindrical-coordinate representation of color #C936DA: hue angle of 293.78º degrees, saturation: 0.69, 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 #C936DA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 54 | 218 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.15 |
| HSL | 293.78º | 0.69% | 0.53% | - |
| HSV(B) | 293.78º | 0.75% | 0.85% | - |
| XYZ | 38.06 | 20.12 | 68.21 | - |
| YUV | 116.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 218 | 0.08 | 0.75 | 0 | 0.15 | 293.78 | 0.69 | 0.53 |
| Hex | C9 | 36 | DA | 8 | 4B | 0 | F | 126 | 45 | 35 |
| Octal | 311 | 66 | 332 | 10 | 113 | 0 | 17 | 446 | 105 | 65 |
| Binary | 11001001 | 110110 | 11011010 | 1000 | 1001011 | 0 | 1111 | 100100110 | 1000101 | 110101 |
Color Harmonies of #C936DA
Complementary color
Monochromatic Colors of #C936DA
Black with #C936DA
Text Example
Text Example
White with #C936DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936DA; }
p { color: rgb(201,54,218); }
H1.HeaderClassName
{
color: #C936DA;
}
.AnyTagClassName
{
color: #C936DA;
}
</style>
background-color css
<style>
a { background-color: #C936DA; }
a { background-color: rgb(201,54,218); }
div.DivClassName
{
background-color: #C936DA;
}
.BgClassName
{
background-color: #C936DA;
}
</style>
border-color css
<style>
span { border-color: #C936DA; }
span { border-color: rgb(201,54,218); }
td.TdClassName
{
border-color: #C936DA;
}
.TagClassName
{
border-color: #C936DA;
}
</style>