Shades of Medium Orchid #C93EFF
Tints of Medium Orchid #C93EFF
RGB
CMYK
RGB Variations
Color information
#C93EFF (or 0xC93EFF) is known color: Medium Orchid. HEX triplet: C9, 3E and FF. RGB value is (201,62,255). Sum of RGB (Red+Green+Blue) = 201+62+255=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C93EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EFF is #36C100. Grayscale: #7C7C7C. Windows color (decimal): -3588353 or 16727753. OLE color: 16727753.
HSL color Cylindrical-coordinate representation of color #C93EFF: hue angle of 283.21º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93EFF is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 62 | 255 | - |
| CMYK | 0.21 | 0.76 | 0 | 0 |
| HSL | 283.21º | 1% | 0.62% | - |
| HSV(B) | 283.21º | 0.76% | 1% | - |
| XYZ | 43.86 | 23.08 | 96.75 | - |
| YUV | 125.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 255 | 0.21 | 0.76 | 0 | 0 | 283.21 | 1 | 0.62 |
| Hex | C9 | 3E | FF | 15 | 4C | 0 | 0 | 11B | 64 | 3E |
| Octal | 311 | 76 | 377 | 25 | 114 | 0 | 0 | 433 | 144 | 76 |
| Binary | 11001001 | 111110 | 11111111 | 10101 | 1001100 | 0 | 0 | 100011011 | 1100100 | 111110 |
Color Harmonies of #C93EFF
Complementary color
Monochromatic Colors of #C93EFF
Black with #C93EFF
Text Example
Text Example
White with #C93EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EFF; }
p { color: rgb(201,62,255); }
H1.HeaderClassName
{
color: #C93EFF;
}
.AnyTagClassName
{
color: #C93EFF;
}
</style>
background-color css
<style>
a { background-color: #C93EFF; }
a { background-color: rgb(201,62,255); }
div.DivClassName
{
background-color: #C93EFF;
}
.BgClassName
{
background-color: #C93EFF;
}
</style>
border-color css
<style>
span { border-color: #C93EFF; }
span { border-color: rgb(201,62,255); }
td.TdClassName
{
border-color: #C93EFF;
}
.TagClassName
{
border-color: #C93EFF;
}
</style>