Shades of Medium Orchid #C93AFF
Tints of Medium Orchid #C93AFF
RGB
CMYK
RGB Variations
Color information
#C93AFF (or 0xC93AFF) is known color: Medium Orchid. HEX triplet: C9, 3A and FF. RGB value is (201,58,255). Sum of RGB (Red+Green+Blue) = 201+58+255=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C93AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AFF is #36C500. Grayscale: #7A7A7A. Windows color (decimal): -3589377 or 16726729. OLE color: 16726729.
HSL color Cylindrical-coordinate representation of color #C93AFF: hue angle of 283.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C93AFF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 58 | 255 | - |
| CMYK | 0.21 | 0.77 | 0 | 0 |
| HSL | 283.55º | 1% | 0.61% | - |
| HSV(B) | 283.55º | 0.77% | 1% | - |
| XYZ | 43.65 | 22.66 | 96.68 | - |
| YUV | 123.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 255 | 0.21 | 0.77 | 0 | 0 | 283.55 | 1 | 0.61 |
| Hex | C9 | 3A | FF | 15 | 4D | 0 | 0 | 11C | 64 | 3D |
| Octal | 311 | 72 | 377 | 25 | 115 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001001 | 111010 | 11111111 | 10101 | 1001101 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #C93AFF
Complementary color
Monochromatic Colors of #C93AFF
Black with #C93AFF
Text Example
Text Example
White with #C93AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AFF; }
p { color: rgb(201,58,255); }
H1.HeaderClassName
{
color: #C93AFF;
}
.AnyTagClassName
{
color: #C93AFF;
}
</style>
background-color css
<style>
a { background-color: #C93AFF; }
a { background-color: rgb(201,58,255); }
div.DivClassName
{
background-color: #C93AFF;
}
.BgClassName
{
background-color: #C93AFF;
}
</style>
border-color css
<style>
span { border-color: #C93AFF; }
span { border-color: rgb(201,58,255); }
td.TdClassName
{
border-color: #C93AFF;
}
.TagClassName
{
border-color: #C93AFF;
}
</style>