Shades of Medium Orchid #C94DF3
Tints of Medium Orchid #C94DF3
RGB
CMYK
RGB Variations
Color information
#C94DF3 (or 0xC94DF3) is known color: Medium Orchid. HEX triplet: C9, 4D and F3. RGB value is (201,77,243). Sum of RGB (Red+Green+Blue) = 201+77+243=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #C94DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DF3 is #36B20C. Grayscale: #848484. Windows color (decimal): -3584525 or 15945161. OLE color: 15945161.
HSL color Cylindrical-coordinate representation of color #C94DF3: hue angle of 284.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94DF3 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 77 | 243 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.05 |
| HSL | 284.82º | 0.87% | 0.63% | - |
| HSV(B) | 284.82º | 0.68% | 0.95% | - |
| XYZ | 42.92 | 24.2 | 87.2 | - |
| YUV | 133 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 243 | 0.17 | 0.68 | 0 | 0.05 | 284.82 | 0.87 | 0.63 |
| Hex | C9 | 4D | F3 | 11 | 44 | 0 | 5 | 11D | 57 | 3F |
| Octal | 311 | 115 | 363 | 21 | 104 | 0 | 5 | 435 | 127 | 77 |
| Binary | 11001001 | 1001101 | 11110011 | 10001 | 1000100 | 0 | 101 | 100011101 | 1010111 | 111111 |
Color Harmonies of #C94DF3
Complementary color
Monochromatic Colors of #C94DF3
Black with #C94DF3
Text Example
Text Example
White with #C94DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DF3; }
p { color: rgb(201,77,243); }
H1.HeaderClassName
{
color: #C94DF3;
}
.AnyTagClassName
{
color: #C94DF3;
}
</style>
background-color css
<style>
a { background-color: #C94DF3; }
a { background-color: rgb(201,77,243); }
div.DivClassName
{
background-color: #C94DF3;
}
.BgClassName
{
background-color: #C94DF3;
}
</style>
border-color css
<style>
span { border-color: #C94DF3; }
span { border-color: rgb(201,77,243); }
td.TdClassName
{
border-color: #C94DF3;
}
.TagClassName
{
border-color: #C94DF3;
}
</style>