Shades of Medium Orchid #C94BEE
Tints of Medium Orchid #C94BEE
RGB
CMYK
RGB Variations
Color information
#C94BEE (or 0xC94BEE) is known color: Medium Orchid. HEX triplet: C9, 4B and EE. RGB value is (201,75,238). Sum of RGB (Red+Green+Blue) = 201+75+238=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #C94BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BEE is #36B411. Grayscale: #828282. Windows color (decimal): -3585042 or 15616969. OLE color: 15616969.
HSL color Cylindrical-coordinate representation of color #C94BEE: hue angle of 286.38º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94BEE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 75 | 238 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 286.38º | 0.83% | 0.61% | - |
| HSV(B) | 286.38º | 0.68% | 0.93% | - |
| XYZ | 42.04 | 23.62 | 83.23 | - |
| YUV | 131.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 238 | 0.16 | 0.68 | 0 | 0.07 | 286.38 | 0.83 | 0.61 |
| Hex | C9 | 4B | EE | 10 | 44 | 0 | 7 | 11E | 53 | 3D |
| Octal | 311 | 113 | 356 | 20 | 104 | 0 | 7 | 436 | 123 | 75 |
| Binary | 11001001 | 1001011 | 11101110 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010011 | 111101 |
Color Harmonies of #C94BEE
Complementary color
Monochromatic Colors of #C94BEE
Black with #C94BEE
Text Example
Text Example
White with #C94BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BEE; }
p { color: rgb(201,75,238); }
H1.HeaderClassName
{
color: #C94BEE;
}
.AnyTagClassName
{
color: #C94BEE;
}
</style>
background-color css
<style>
a { background-color: #C94BEE; }
a { background-color: rgb(201,75,238); }
div.DivClassName
{
background-color: #C94BEE;
}
.BgClassName
{
background-color: #C94BEE;
}
</style>
border-color css
<style>
span { border-color: #C94BEE; }
span { border-color: rgb(201,75,238); }
td.TdClassName
{
border-color: #C94BEE;
}
.TagClassName
{
border-color: #C94BEE;
}
</style>