Shades of Medium Orchid #C94BEC
Tints of Medium Orchid #C94BEC
RGB
CMYK
RGB Variations
Color information
#C94BEC (or 0xC94BEC) is known color: Medium Orchid. HEX triplet: C9, 4B and EC. RGB value is (201,75,236). Sum of RGB (Red+Green+Blue) = 201+75+236=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C94BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BEC is #36B413. Grayscale: #828282. Windows color (decimal): -3585044 or 15485897. OLE color: 15485897.
HSL color Cylindrical-coordinate representation of color #C94BEC: hue angle of 286.96º degrees, saturation: 0.81, 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 #C94BEC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 75 | 236 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.96º | 0.81% | 0.61% | - |
| HSV(B) | 286.96º | 0.68% | 0.93% | - |
| XYZ | 41.74 | 23.51 | 81.69 | - |
| YUV | 131.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 236 | 0.15 | 0.68 | 0 | 0.07 | 286.96 | 0.81 | 0.61 |
| Hex | C9 | 4B | EC | F | 44 | 0 | 7 | 11F | 51 | 3D |
| Octal | 311 | 113 | 354 | 17 | 104 | 0 | 7 | 437 | 121 | 75 |
| Binary | 11001001 | 1001011 | 11101100 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010001 | 111101 |
Color Harmonies of #C94BEC
Complementary color
Monochromatic Colors of #C94BEC
Black with #C94BEC
Text Example
Text Example
White with #C94BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BEC; }
p { color: rgb(201,75,236); }
H1.HeaderClassName
{
color: #C94BEC;
}
.AnyTagClassName
{
color: #C94BEC;
}
</style>
background-color css
<style>
a { background-color: #C94BEC; }
a { background-color: rgb(201,75,236); }
div.DivClassName
{
background-color: #C94BEC;
}
.BgClassName
{
background-color: #C94BEC;
}
</style>
border-color css
<style>
span { border-color: #C94BEC; }
span { border-color: rgb(201,75,236); }
td.TdClassName
{
border-color: #C94BEC;
}
.TagClassName
{
border-color: #C94BEC;
}
</style>