Shades of Medium Orchid #C93EFE
Tints of Medium Orchid #C93EFE
RGB
CMYK
RGB Variations
Color information
#C93EFE (or 0xC93EFE) is known color: Medium Orchid. HEX triplet: C9, 3E and FE. RGB value is (201,62,254). Sum of RGB (Red+Green+Blue) = 201+62+254=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C93EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93EFE is #36C101. Grayscale: #7C7C7C. Windows color (decimal): -3588354 or 16662217. OLE color: 16662217.
HSL color Cylindrical-coordinate representation of color #C93EFE: hue angle of 283.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93EFE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 62 | 254 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.00 |
| HSL | 283.44º | 0.99% | 0.62% | - |
| HSV(B) | 283.44º | 0.76% | 1% | - |
| XYZ | 43.7 | 23.02 | 95.91 | - |
| YUV | 125.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 254 | 0.21 | 0.76 | 0 | 0.00 | 283.44 | 0.99 | 0.62 |
| Hex | C9 | 3E | FE | 15 | 4C | 0 | 0 | 11B | 63 | 3E |
| Octal | 311 | 76 | 376 | 25 | 114 | 0 | 0 | 433 | 143 | 76 |
| Binary | 11001001 | 111110 | 11111110 | 10101 | 1001100 | 0 | 0 | 100011011 | 1100011 | 111110 |
Color Harmonies of #C93EFE
Complementary color
Monochromatic Colors of #C93EFE
Black with #C93EFE
Text Example
Text Example
White with #C93EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EFE; }
p { color: rgb(201,62,254); }
H1.HeaderClassName
{
color: #C93EFE;
}
.AnyTagClassName
{
color: #C93EFE;
}
</style>
background-color css
<style>
a { background-color: #C93EFE; }
a { background-color: rgb(201,62,254); }
div.DivClassName
{
background-color: #C93EFE;
}
.BgClassName
{
background-color: #C93EFE;
}
</style>
border-color css
<style>
span { border-color: #C93EFE; }
span { border-color: rgb(201,62,254); }
td.TdClassName
{
border-color: #C93EFE;
}
.TagClassName
{
border-color: #C93EFE;
}
</style>