Shades of Medium Orchid #C94FF7
Tints of Medium Orchid #C94FF7
RGB
CMYK
RGB Variations
Color information
#C94FF7 (or 0xC94FF7) is known color: Medium Orchid. HEX triplet: C9, 4F and F7. RGB value is (201,79,247). Sum of RGB (Red+Green+Blue) = 201+79+247=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #C94FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FF7 is #36B008. Grayscale: #868686. Windows color (decimal): -3584009 or 16207817. OLE color: 16207817.
HSL color Cylindrical-coordinate representation of color #C94FF7: hue angle of 283.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94FF7 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 79 | 247 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.03 |
| HSL | 283.57º | 0.91% | 0.64% | - |
| HSV(B) | 283.57º | 0.68% | 0.97% | - |
| XYZ | 43.67 | 24.72 | 90.47 | - |
| YUV | 134.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 247 | 0.19 | 0.68 | 0 | 0.03 | 283.57 | 0.91 | 0.64 |
| Hex | C9 | 4F | F7 | 13 | 44 | 0 | 3 | 11C | 5B | 40 |
| Octal | 311 | 117 | 367 | 23 | 104 | 0 | 3 | 434 | 133 | 100 |
| Binary | 11001001 | 1001111 | 11110111 | 10011 | 1000100 | 0 | 11 | 100011100 | 1011011 | 1000000 |
Color Harmonies of #C94FF7
Complementary color
Monochromatic Colors of #C94FF7
Black with #C94FF7
Text Example
Text Example
White with #C94FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FF7; }
p { color: rgb(201,79,247); }
H1.HeaderClassName
{
color: #C94FF7;
}
.AnyTagClassName
{
color: #C94FF7;
}
</style>
background-color css
<style>
a { background-color: #C94FF7; }
a { background-color: rgb(201,79,247); }
div.DivClassName
{
background-color: #C94FF7;
}
.BgClassName
{
background-color: #C94FF7;
}
</style>
border-color css
<style>
span { border-color: #C94FF7; }
span { border-color: rgb(201,79,247); }
td.TdClassName
{
border-color: #C94FF7;
}
.TagClassName
{
border-color: #C94FF7;
}
</style>