Shades of Medium Orchid #C945EB
Tints of Medium Orchid #C945EB
RGB
CMYK
RGB Variations
Color information
#C945EB (or 0xC945EB) is known color: Medium Orchid. HEX triplet: C9, 45 and EB. RGB value is (201,69,235). Sum of RGB (Red+Green+Blue) = 201+69+235=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #C945EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945EB is #36BA14. Grayscale: #7E7E7E. Windows color (decimal): -3586581 or 15418825. OLE color: 15418825.
HSL color Cylindrical-coordinate representation of color #C945EB: hue angle of 287.71º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C945EB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 69 | 235 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.08 |
| HSL | 287.71º | 0.81% | 0.6% | - |
| HSV(B) | 287.71º | 0.71% | 0.92% | - |
| XYZ | 41.21 | 22.67 | 80.8 | - |
| YUV | 127.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 235 | 0.14 | 0.71 | 0 | 0.08 | 287.71 | 0.81 | 0.6 |
| Hex | C9 | 45 | EB | E | 47 | 0 | 8 | 120 | 51 | 3C |
| Octal | 311 | 105 | 353 | 16 | 107 | 0 | 10 | 440 | 121 | 74 |
| Binary | 11001001 | 1000101 | 11101011 | 1110 | 1000111 | 0 | 1000 | 100100000 | 1010001 | 111100 |
Color Harmonies of #C945EB
Complementary color
Monochromatic Colors of #C945EB
Black with #C945EB
Text Example
Text Example
White with #C945EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945EB; }
p { color: rgb(201,69,235); }
H1.HeaderClassName
{
color: #C945EB;
}
.AnyTagClassName
{
color: #C945EB;
}
</style>
background-color css
<style>
a { background-color: #C945EB; }
a { background-color: rgb(201,69,235); }
div.DivClassName
{
background-color: #C945EB;
}
.BgClassName
{
background-color: #C945EB;
}
</style>
border-color css
<style>
span { border-color: #C945EB; }
span { border-color: rgb(201,69,235); }
td.TdClassName
{
border-color: #C945EB;
}
.TagClassName
{
border-color: #C945EB;
}
</style>