Shades of Medium Orchid #C94BE3
Tints of Medium Orchid #C94BE3
RGB
CMYK
RGB Variations
Color information
#C94BE3 (or 0xC94BE3) is known color: Medium Orchid. HEX triplet: C9, 4B and E3. RGB value is (201,75,227). Sum of RGB (Red+Green+Blue) = 201+75+227=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #C94BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BE3 is #36B41C. Grayscale: #818181. Windows color (decimal): -3585053 or 14896073. OLE color: 14896073.
HSL color Cylindrical-coordinate representation of color #C94BE3: hue angle of 289.74º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94BE3 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 75 | 227 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.11 |
| HSL | 289.74º | 0.73% | 0.59% | - |
| HSV(B) | 289.74º | 0.67% | 0.89% | - |
| XYZ | 40.47 | 23 | 74.98 | - |
| YUV | 130 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 227 | 0.11 | 0.67 | 0 | 0.11 | 289.74 | 0.73 | 0.59 |
| Hex | C9 | 4B | E3 | B | 43 | 0 | B | 122 | 49 | 3B |
| Octal | 311 | 113 | 343 | 13 | 103 | 0 | 13 | 442 | 111 | 73 |
| Binary | 11001001 | 1001011 | 11100011 | 1011 | 1000011 | 0 | 1011 | 100100010 | 1001001 | 111011 |
Color Harmonies of #C94BE3
Complementary color
Monochromatic Colors of #C94BE3
Black with #C94BE3
Text Example
Text Example
White with #C94BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BE3; }
p { color: rgb(201,75,227); }
H1.HeaderClassName
{
color: #C94BE3;
}
.AnyTagClassName
{
color: #C94BE3;
}
</style>
background-color css
<style>
a { background-color: #C94BE3; }
a { background-color: rgb(201,75,227); }
div.DivClassName
{
background-color: #C94BE3;
}
.BgClassName
{
background-color: #C94BE3;
}
</style>
border-color css
<style>
span { border-color: #C94BE3; }
span { border-color: rgb(201,75,227); }
td.TdClassName
{
border-color: #C94BE3;
}
.TagClassName
{
border-color: #C94BE3;
}
</style>