Shades of Medium Orchid #C934DF
Tints of Medium Orchid #C934DF
RGB
CMYK
RGB Variations
Color information
#C934DF (or 0xC934DF) is known color: Medium Orchid. HEX triplet: C9, 34 and DF. RGB value is (201,52,223). Sum of RGB (Red+Green+Blue) = 201+52+223=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C934DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934DF is #36CB20. Grayscale: #737373. Windows color (decimal): -3590945 or 14628041. OLE color: 14628041.
HSL color Cylindrical-coordinate representation of color #C934DF: hue angle of 292.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C934DF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 52 | 223 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.13 |
| HSL | 292.28º | 0.73% | 0.54% | - |
| HSV(B) | 292.28º | 0.77% | 0.87% | - |
| XYZ | 38.63 | 20.2 | 71.67 | - |
| YUV | 116.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 223 | 0.10 | 0.77 | 0 | 0.13 | 292.28 | 0.73 | 0.54 |
| Hex | C9 | 34 | DF | A | 4D | 0 | D | 124 | 49 | 36 |
| Octal | 311 | 64 | 337 | 12 | 115 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11001001 | 110100 | 11011111 | 1010 | 1001101 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C934DF
Complementary color
Monochromatic Colors of #C934DF
Black with #C934DF
Text Example
Text Example
White with #C934DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934DF; }
p { color: rgb(201,52,223); }
H1.HeaderClassName
{
color: #C934DF;
}
.AnyTagClassName
{
color: #C934DF;
}
</style>
background-color css
<style>
a { background-color: #C934DF; }
a { background-color: rgb(201,52,223); }
div.DivClassName
{
background-color: #C934DF;
}
.BgClassName
{
background-color: #C934DF;
}
</style>
border-color css
<style>
span { border-color: #C934DF; }
span { border-color: rgb(201,52,223); }
td.TdClassName
{
border-color: #C934DF;
}
.TagClassName
{
border-color: #C934DF;
}
</style>