Shades of Medium Orchid #C94CEE
Tints of Medium Orchid #C94CEE
RGB
CMYK
RGB Variations
Color information
#C94CEE (or 0xC94CEE) is known color: Medium Orchid. HEX triplet: C9, 4C and EE. RGB value is (201,76,238). Sum of RGB (Red+Green+Blue) = 201+76+238=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C94CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CEE is #36B311. Grayscale: #838383. Windows color (decimal): -3584786 or 15617225. OLE color: 15617225.
HSL color Cylindrical-coordinate representation of color #C94CEE: hue angle of 286.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94CEE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 76 | 238 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.3º | 0.83% | 0.62% | - |
| HSV(B) | 286.3º | 0.68% | 0.93% | - |
| XYZ | 42.1 | 23.76 | 83.26 | - |
| YUV | 131.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 238 | 0.16 | 0.68 | 0 | 0.07 | 286.3 | 0.83 | 0.62 |
| Hex | C9 | 4C | EE | 10 | 44 | 0 | 7 | 11E | 53 | 3E |
| Octal | 311 | 114 | 356 | 20 | 104 | 0 | 7 | 436 | 123 | 76 |
| Binary | 11001001 | 1001100 | 11101110 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010011 | 111110 |
Color Harmonies of #C94CEE
Complementary color
Monochromatic Colors of #C94CEE
Black with #C94CEE
Text Example
Text Example
White with #C94CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CEE; }
p { color: rgb(201,76,238); }
H1.HeaderClassName
{
color: #C94CEE;
}
.AnyTagClassName
{
color: #C94CEE;
}
</style>
background-color css
<style>
a { background-color: #C94CEE; }
a { background-color: rgb(201,76,238); }
div.DivClassName
{
background-color: #C94CEE;
}
.BgClassName
{
background-color: #C94CEE;
}
</style>
border-color css
<style>
span { border-color: #C94CEE; }
span { border-color: rgb(201,76,238); }
td.TdClassName
{
border-color: #C94CEE;
}
.TagClassName
{
border-color: #C94CEE;
}
</style>