Shades of Medium Orchid #C94FE9
Tints of Medium Orchid #C94FE9
RGB
CMYK
RGB Variations
Color information
#C94FE9 (or 0xC94FE9) is known color: Medium Orchid. HEX triplet: C9, 4F and E9. RGB value is (201,79,233). Sum of RGB (Red+Green+Blue) = 201+79+233=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #C94FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FE9 is #36B016. Grayscale: #848484. Windows color (decimal): -3584023 or 15290313. OLE color: 15290313.
HSL color Cylindrical-coordinate representation of color #C94FE9: hue angle of 287.53º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94FE9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 79 | 233 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.09 |
| HSL | 287.53º | 0.78% | 0.61% | - |
| HSV(B) | 287.53º | 0.66% | 0.91% | - |
| XYZ | 41.59 | 23.89 | 79.51 | - |
| YUV | 133.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 233 | 0.14 | 0.66 | 0 | 0.09 | 287.53 | 0.78 | 0.61 |
| Hex | C9 | 4F | E9 | E | 42 | 0 | 9 | 120 | 4E | 3D |
| Octal | 311 | 117 | 351 | 16 | 102 | 0 | 11 | 440 | 116 | 75 |
| Binary | 11001001 | 1001111 | 11101001 | 1110 | 1000010 | 0 | 1001 | 100100000 | 1001110 | 111101 |
Color Harmonies of #C94FE9
Complementary color
Monochromatic Colors of #C94FE9
Black with #C94FE9
Text Example
Text Example
White with #C94FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FE9; }
p { color: rgb(201,79,233); }
H1.HeaderClassName
{
color: #C94FE9;
}
.AnyTagClassName
{
color: #C94FE9;
}
</style>
background-color css
<style>
a { background-color: #C94FE9; }
a { background-color: rgb(201,79,233); }
div.DivClassName
{
background-color: #C94FE9;
}
.BgClassName
{
background-color: #C94FE9;
}
</style>
border-color css
<style>
span { border-color: #C94FE9; }
span { border-color: rgb(201,79,233); }
td.TdClassName
{
border-color: #C94FE9;
}
.TagClassName
{
border-color: #C94FE9;
}
</style>