Shades of Medium Orchid #C93BEA
Tints of Medium Orchid #C93BEA
RGB
CMYK
RGB Variations
Color information
#C93BEA (or 0xC93BEA) is known color: Medium Orchid. HEX triplet: C9, 3B and EA. RGB value is (201,59,234). Sum of RGB (Red+Green+Blue) = 201+59+234=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #C93BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93BEA is #36C415. Grayscale: #787878. Windows color (decimal): -3589142 or 15350729. OLE color: 15350729.
HSL color Cylindrical-coordinate representation of color #C93BEA: hue angle of 288.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93BEA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 59 | 234 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.08 |
| HSL | 288.69º | 0.81% | 0.57% | - |
| HSV(B) | 288.69º | 0.75% | 0.92% | - |
| XYZ | 40.5 | 21.49 | 79.85 | - |
| YUV | 121.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 234 | 0.14 | 0.75 | 0 | 0.08 | 288.69 | 0.81 | 0.57 |
| Hex | C9 | 3B | EA | E | 4B | 0 | 8 | 121 | 51 | 39 |
| Octal | 311 | 73 | 352 | 16 | 113 | 0 | 10 | 441 | 121 | 71 |
| Binary | 11001001 | 111011 | 11101010 | 1110 | 1001011 | 0 | 1000 | 100100001 | 1010001 | 111001 |
Color Harmonies of #C93BEA
Complementary color
Monochromatic Colors of #C93BEA
Black with #C93BEA
Text Example
Text Example
White with #C93BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BEA; }
p { color: rgb(201,59,234); }
H1.HeaderClassName
{
color: #C93BEA;
}
.AnyTagClassName
{
color: #C93BEA;
}
</style>
background-color css
<style>
a { background-color: #C93BEA; }
a { background-color: rgb(201,59,234); }
div.DivClassName
{
background-color: #C93BEA;
}
.BgClassName
{
background-color: #C93BEA;
}
</style>
border-color css
<style>
span { border-color: #C93BEA; }
span { border-color: rgb(201,59,234); }
td.TdClassName
{
border-color: #C93BEA;
}
.TagClassName
{
border-color: #C93BEA;
}
</style>