Shades of Medium Orchid #C934EE
Tints of Medium Orchid #C934EE
RGB
CMYK
RGB Variations
Color information
#C934EE (or 0xC934EE) is known color: Medium Orchid. HEX triplet: C9, 34 and EE. RGB value is (201,52,238). Sum of RGB (Red+Green+Blue) = 201+52+238=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #C934EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934EE is #36CB11. Grayscale: #757575. Windows color (decimal): -3590930 or 15611081. OLE color: 15611081.
HSL color Cylindrical-coordinate representation of color #C934EE: hue angle of 288.06º degrees, saturation: 0.85, 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 #C934EE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 52 | 238 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.07 |
| HSL | 288.06º | 0.85% | 0.57% | - |
| HSV(B) | 288.06º | 0.78% | 0.93% | - |
| XYZ | 40.75 | 21.05 | 82.8 | - |
| YUV | 117.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 238 | 0.16 | 0.78 | 0 | 0.07 | 288.06 | 0.85 | 0.57 |
| Hex | C9 | 34 | EE | 10 | 4E | 0 | 7 | 120 | 55 | 39 |
| Octal | 311 | 64 | 356 | 20 | 116 | 0 | 7 | 440 | 125 | 71 |
| Binary | 11001001 | 110100 | 11101110 | 10000 | 1001110 | 0 | 111 | 100100000 | 1010101 | 111001 |
Color Harmonies of #C934EE
Complementary color
Monochromatic Colors of #C934EE
Black with #C934EE
Text Example
Text Example
White with #C934EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934EE; }
p { color: rgb(201,52,238); }
H1.HeaderClassName
{
color: #C934EE;
}
.AnyTagClassName
{
color: #C934EE;
}
</style>
background-color css
<style>
a { background-color: #C934EE; }
a { background-color: rgb(201,52,238); }
div.DivClassName
{
background-color: #C934EE;
}
.BgClassName
{
background-color: #C934EE;
}
</style>
border-color css
<style>
span { border-color: #C934EE; }
span { border-color: rgb(201,52,238); }
td.TdClassName
{
border-color: #C934EE;
}
.TagClassName
{
border-color: #C934EE;
}
</style>