Shades of Medium Orchid #C934ED
Tints of Medium Orchid #C934ED
RGB
CMYK
RGB Variations
Color information
#C934ED (or 0xC934ED) is known color: Medium Orchid. HEX triplet: C9, 34 and ED. RGB value is (201,52,237). Sum of RGB (Red+Green+Blue) = 201+52+237=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #C934ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934ED is #36CB12. Grayscale: #757575. Windows color (decimal): -3590931 or 15545545. OLE color: 15545545.
HSL color Cylindrical-coordinate representation of color #C934ED: hue angle of 288.32º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C934ED is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 52 | 237 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.32º | 0.84% | 0.57% | - |
| HSV(B) | 288.32º | 0.78% | 0.93% | - |
| XYZ | 40.6 | 20.99 | 82.03 | - |
| YUV | 117.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 237 | 0.15 | 0.78 | 0 | 0.07 | 288.32 | 0.84 | 0.57 |
| Hex | C9 | 34 | ED | F | 4E | 0 | 7 | 120 | 54 | 39 |
| Octal | 311 | 64 | 355 | 17 | 116 | 0 | 7 | 440 | 124 | 71 |
| Binary | 11001001 | 110100 | 11101101 | 1111 | 1001110 | 0 | 111 | 100100000 | 1010100 | 111001 |
Color Harmonies of #C934ED
Complementary color
Monochromatic Colors of #C934ED
Black with #C934ED
Text Example
Text Example
White with #C934ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934ED; }
p { color: rgb(201,52,237); }
H1.HeaderClassName
{
color: #C934ED;
}
.AnyTagClassName
{
color: #C934ED;
}
</style>
background-color css
<style>
a { background-color: #C934ED; }
a { background-color: rgb(201,52,237); }
div.DivClassName
{
background-color: #C934ED;
}
.BgClassName
{
background-color: #C934ED;
}
</style>
border-color css
<style>
span { border-color: #C934ED; }
span { border-color: rgb(201,52,237); }
td.TdClassName
{
border-color: #C934ED;
}
.TagClassName
{
border-color: #C934ED;
}
</style>