Shades of Medium Orchid #C943EB
Tints of Medium Orchid #C943EB
RGB
CMYK
RGB Variations
Color information
#C943EB (or 0xC943EB) is known color: Medium Orchid. HEX triplet: C9, 43 and EB. RGB value is (201,67,235). Sum of RGB (Red+Green+Blue) = 201+67+235=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C943EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943EB is #36BC14. Grayscale: #7D7D7D. Windows color (decimal): -3587093 or 15418313. OLE color: 15418313.
HSL color Cylindrical-coordinate representation of color #C943EB: hue angle of 287.86º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C943EB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 67 | 235 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.08 |
| HSL | 287.86º | 0.81% | 0.59% | - |
| HSV(B) | 287.86º | 0.71% | 0.92% | - |
| XYZ | 41.09 | 22.43 | 80.76 | - |
| YUV | 126.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 235 | 0.14 | 0.71 | 0 | 0.08 | 287.86 | 0.81 | 0.59 |
| Hex | C9 | 43 | EB | E | 47 | 0 | 8 | 120 | 51 | 3B |
| Octal | 311 | 103 | 353 | 16 | 107 | 0 | 10 | 440 | 121 | 73 |
| Binary | 11001001 | 1000011 | 11101011 | 1110 | 1000111 | 0 | 1000 | 100100000 | 1010001 | 111011 |
Color Harmonies of #C943EB
Complementary color
Monochromatic Colors of #C943EB
Black with #C943EB
Text Example
Text Example
White with #C943EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943EB; }
p { color: rgb(201,67,235); }
H1.HeaderClassName
{
color: #C943EB;
}
.AnyTagClassName
{
color: #C943EB;
}
</style>
background-color css
<style>
a { background-color: #C943EB; }
a { background-color: rgb(201,67,235); }
div.DivClassName
{
background-color: #C943EB;
}
.BgClassName
{
background-color: #C943EB;
}
</style>
border-color css
<style>
span { border-color: #C943EB; }
span { border-color: rgb(201,67,235); }
td.TdClassName
{
border-color: #C943EB;
}
.TagClassName
{
border-color: #C943EB;
}
</style>