Shades of Medium Orchid #C93CEE
Tints of Medium Orchid #C93CEE
RGB
CMYK
RGB Variations
Color information
#C93CEE (or 0xC93CEE) is known color: Medium Orchid. HEX triplet: C9, 3C and EE. RGB value is (201,60,238). Sum of RGB (Red+Green+Blue) = 201+60+238=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #C93CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CEE is #36C311. Grayscale: #797979. Windows color (decimal): -3588882 or 15613129. OLE color: 15613129.
HSL color Cylindrical-coordinate representation of color #C93CEE: hue angle of 287.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93CEE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 60 | 238 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 287.53º | 0.84% | 0.58% | - |
| HSV(B) | 287.53º | 0.75% | 0.93% | - |
| XYZ | 41.14 | 21.82 | 82.93 | - |
| YUV | 122.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 238 | 0.16 | 0.75 | 0 | 0.07 | 287.53 | 0.84 | 0.58 |
| Hex | C9 | 3C | EE | 10 | 4B | 0 | 7 | 120 | 54 | 3A |
| Octal | 311 | 74 | 356 | 20 | 113 | 0 | 7 | 440 | 124 | 72 |
| Binary | 11001001 | 111100 | 11101110 | 10000 | 1001011 | 0 | 111 | 100100000 | 1010100 | 111010 |
Color Harmonies of #C93CEE
Complementary color
Monochromatic Colors of #C93CEE
Black with #C93CEE
Text Example
Text Example
White with #C93CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CEE; }
p { color: rgb(201,60,238); }
H1.HeaderClassName
{
color: #C93CEE;
}
.AnyTagClassName
{
color: #C93CEE;
}
</style>
background-color css
<style>
a { background-color: #C93CEE; }
a { background-color: rgb(201,60,238); }
div.DivClassName
{
background-color: #C93CEE;
}
.BgClassName
{
background-color: #C93CEE;
}
</style>
border-color css
<style>
span { border-color: #C93CEE; }
span { border-color: rgb(201,60,238); }
td.TdClassName
{
border-color: #C93CEE;
}
.TagClassName
{
border-color: #C93CEE;
}
</style>