Shades of Medium Orchid #C935DF
Tints of Medium Orchid #C935DF
RGB
CMYK
RGB Variations
Color information
#C935DF (or 0xC935DF) is known color: Medium Orchid. HEX triplet: C9, 35 and DF. RGB value is (201,53,223). Sum of RGB (Red+Green+Blue) = 201+53+223=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C935DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935DF is #36CA20. Grayscale: #747474. Windows color (decimal): -3590689 or 14628297. OLE color: 14628297.
HSL color Cylindrical-coordinate representation of color #C935DF: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C935DF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 53 | 223 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 292.24º | 0.73% | 0.54% | - |
| HSV(B) | 292.24º | 0.76% | 0.87% | - |
| XYZ | 38.68 | 20.29 | 71.69 | - |
| YUV | 116.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 223 | 0.10 | 0.76 | 0 | 0.13 | 292.24 | 0.73 | 0.54 |
| Hex | C9 | 35 | DF | A | 4C | 0 | D | 124 | 49 | 36 |
| Octal | 311 | 65 | 337 | 12 | 114 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11001001 | 110101 | 11011111 | 1010 | 1001100 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C935DF
Complementary color
Monochromatic Colors of #C935DF
Black with #C935DF
Text Example
Text Example
White with #C935DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935DF; }
p { color: rgb(201,53,223); }
H1.HeaderClassName
{
color: #C935DF;
}
.AnyTagClassName
{
color: #C935DF;
}
</style>
background-color css
<style>
a { background-color: #C935DF; }
a { background-color: rgb(201,53,223); }
div.DivClassName
{
background-color: #C935DF;
}
.BgClassName
{
background-color: #C935DF;
}
</style>
border-color css
<style>
span { border-color: #C935DF; }
span { border-color: rgb(201,53,223); }
td.TdClassName
{
border-color: #C935DF;
}
.TagClassName
{
border-color: #C935DF;
}
</style>