Shades of Medium Orchid #C934DD
Tints of Medium Orchid #C934DD
RGB
CMYK
RGB Variations
Color information
#C934DD (or 0xC934DD) is known color: Medium Orchid. HEX triplet: C9, 34 and DD. RGB value is (201,52,221). Sum of RGB (Red+Green+Blue) = 201+52+221=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C934DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934DD is #36CB22. Grayscale: #737373. Windows color (decimal): -3590947 or 14496969. OLE color: 14496969.
HSL color Cylindrical-coordinate representation of color #C934DD: hue angle of 292.9º degrees, saturation: 0.71, 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 #C934DD is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 52 | 221 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.13 |
| HSL | 292.9º | 0.71% | 0.54% | - |
| HSV(B) | 292.9º | 0.76% | 0.87% | - |
| XYZ | 38.37 | 20.09 | 70.26 | - |
| YUV | 115.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 221 | 0.09 | 0.76 | 0 | 0.13 | 292.9 | 0.71 | 0.54 |
| Hex | C9 | 34 | DD | 9 | 4C | 0 | D | 125 | 47 | 36 |
| Octal | 311 | 64 | 335 | 11 | 114 | 0 | 15 | 445 | 107 | 66 |
| Binary | 11001001 | 110100 | 11011101 | 1001 | 1001100 | 0 | 1101 | 100100101 | 1000111 | 110110 |
Color Harmonies of #C934DD
Complementary color
Monochromatic Colors of #C934DD
Black with #C934DD
Text Example
Text Example
White with #C934DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934DD; }
p { color: rgb(201,52,221); }
H1.HeaderClassName
{
color: #C934DD;
}
.AnyTagClassName
{
color: #C934DD;
}
</style>
background-color css
<style>
a { background-color: #C934DD; }
a { background-color: rgb(201,52,221); }
div.DivClassName
{
background-color: #C934DD;
}
.BgClassName
{
background-color: #C934DD;
}
</style>
border-color css
<style>
span { border-color: #C934DD; }
span { border-color: rgb(201,52,221); }
td.TdClassName
{
border-color: #C934DD;
}
.TagClassName
{
border-color: #C934DD;
}
</style>