Shades of Medium Orchid #C93FEE
Tints of Medium Orchid #C93FEE
RGB
CMYK
RGB Variations
Color information
#C93FEE (or 0xC93FEE) is known color: Medium Orchid. HEX triplet: C9, 3F and EE. RGB value is (201,63,238). Sum of RGB (Red+Green+Blue) = 201+63+238=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #C93FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FEE is #36C011. Grayscale: #7B7B7B. Windows color (decimal): -3588114 or 15613897. OLE color: 15613897.
HSL color Cylindrical-coordinate representation of color #C93FEE: hue angle of 287.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93FEE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 63 | 238 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 287.31º | 0.84% | 0.59% | - |
| HSV(B) | 287.31º | 0.74% | 0.93% | - |
| XYZ | 41.3 | 22.15 | 82.99 | - |
| YUV | 124.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 238 | 0.16 | 0.74 | 0 | 0.07 | 287.31 | 0.84 | 0.59 |
| Hex | C9 | 3F | EE | 10 | 4A | 0 | 7 | 11F | 54 | 3B |
| Octal | 311 | 77 | 356 | 20 | 112 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11001001 | 111111 | 11101110 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C93FEE
Complementary color
Monochromatic Colors of #C93FEE
Black with #C93FEE
Text Example
Text Example
White with #C93FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FEE; }
p { color: rgb(201,63,238); }
H1.HeaderClassName
{
color: #C93FEE;
}
.AnyTagClassName
{
color: #C93FEE;
}
</style>
background-color css
<style>
a { background-color: #C93FEE; }
a { background-color: rgb(201,63,238); }
div.DivClassName
{
background-color: #C93FEE;
}
.BgClassName
{
background-color: #C93FEE;
}
</style>
border-color css
<style>
span { border-color: #C93FEE; }
span { border-color: rgb(201,63,238); }
td.TdClassName
{
border-color: #C93FEE;
}
.TagClassName
{
border-color: #C93FEE;
}
</style>