Shades of Medium Orchid #C94BE1
Tints of Medium Orchid #C94BE1
RGB
CMYK
RGB Variations
Color information
#C94BE1 (or 0xC94BE1) is known color: Medium Orchid. HEX triplet: C9, 4B and E1. RGB value is (201,75,225). Sum of RGB (Red+Green+Blue) = 201+75+225=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #C94BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BE1 is #36B41E. Grayscale: #818181. Windows color (decimal): -3585055 or 14765001. OLE color: 14765001.
HSL color Cylindrical-coordinate representation of color #C94BE1: hue angle of 290.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94BE1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 75 | 225 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.12 |
| HSL | 290.4º | 0.71% | 0.59% | - |
| HSV(B) | 290.4º | 0.67% | 0.88% | - |
| XYZ | 40.19 | 22.89 | 73.53 | - |
| YUV | 129.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 225 | 0.11 | 0.67 | 0 | 0.12 | 290.4 | 0.71 | 0.59 |
| Hex | C9 | 4B | E1 | B | 43 | 0 | C | 122 | 47 | 3B |
| Octal | 311 | 113 | 341 | 13 | 103 | 0 | 14 | 442 | 107 | 73 |
| Binary | 11001001 | 1001011 | 11100001 | 1011 | 1000011 | 0 | 1100 | 100100010 | 1000111 | 111011 |
Color Harmonies of #C94BE1
Complementary color
Monochromatic Colors of #C94BE1
Black with #C94BE1
Text Example
Text Example
White with #C94BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BE1; }
p { color: rgb(201,75,225); }
H1.HeaderClassName
{
color: #C94BE1;
}
.AnyTagClassName
{
color: #C94BE1;
}
</style>
background-color css
<style>
a { background-color: #C94BE1; }
a { background-color: rgb(201,75,225); }
div.DivClassName
{
background-color: #C94BE1;
}
.BgClassName
{
background-color: #C94BE1;
}
</style>
border-color css
<style>
span { border-color: #C94BE1; }
span { border-color: rgb(201,75,225); }
td.TdClassName
{
border-color: #C94BE1;
}
.TagClassName
{
border-color: #C94BE1;
}
</style>