Shades of Medium Orchid #C94FEC
Tints of Medium Orchid #C94FEC
RGB
CMYK
RGB Variations
Color information
#C94FEC (or 0xC94FEC) is known color: Medium Orchid. HEX triplet: C9, 4F and EC. RGB value is (201,79,236). Sum of RGB (Red+Green+Blue) = 201+79+236=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #C94FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FEC is #36B013. Grayscale: #848484. Windows color (decimal): -3584020 or 15486921. OLE color: 15486921.
HSL color Cylindrical-coordinate representation of color #C94FEC: hue angle of 286.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94FEC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 79 | 236 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.62º | 0.81% | 0.62% | - |
| HSV(B) | 286.62º | 0.67% | 0.93% | - |
| XYZ | 42.02 | 24.07 | 81.79 | - |
| YUV | 133.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 236 | 0.15 | 0.67 | 0 | 0.07 | 286.62 | 0.81 | 0.62 |
| Hex | C9 | 4F | EC | F | 43 | 0 | 7 | 11F | 51 | 3E |
| Octal | 311 | 117 | 354 | 17 | 103 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001001 | 1001111 | 11101100 | 1111 | 1000011 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #C94FEC
Complementary color
Monochromatic Colors of #C94FEC
Black with #C94FEC
Text Example
Text Example
White with #C94FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FEC; }
p { color: rgb(201,79,236); }
H1.HeaderClassName
{
color: #C94FEC;
}
.AnyTagClassName
{
color: #C94FEC;
}
</style>
background-color css
<style>
a { background-color: #C94FEC; }
a { background-color: rgb(201,79,236); }
div.DivClassName
{
background-color: #C94FEC;
}
.BgClassName
{
background-color: #C94FEC;
}
</style>
border-color css
<style>
span { border-color: #C94FEC; }
span { border-color: rgb(201,79,236); }
td.TdClassName
{
border-color: #C94FEC;
}
.TagClassName
{
border-color: #C94FEC;
}
</style>