Shades of Medium Orchid #C94CEB
Tints of Medium Orchid #C94CEB
RGB
CMYK
RGB Variations
Color information
#C94CEB (or 0xC94CEB) is known color: Medium Orchid. HEX triplet: C9, 4C and EB. RGB value is (201,76,235). Sum of RGB (Red+Green+Blue) = 201+76+235=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C94CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CEB is #36B314. Grayscale: #828282. Windows color (decimal): -3584789 or 15420617. OLE color: 15420617.
HSL color Cylindrical-coordinate representation of color #C94CEB: hue angle of 287.17º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94CEB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 76 | 235 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.08 |
| HSL | 287.17º | 0.8% | 0.61% | - |
| HSV(B) | 287.17º | 0.68% | 0.92% | - |
| XYZ | 41.67 | 23.58 | 80.95 | - |
| YUV | 131.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 235 | 0.14 | 0.68 | 0 | 0.08 | 287.17 | 0.8 | 0.61 |
| Hex | C9 | 4C | EB | E | 44 | 0 | 8 | 11F | 50 | 3D |
| Octal | 311 | 114 | 353 | 16 | 104 | 0 | 10 | 437 | 120 | 75 |
| Binary | 11001001 | 1001100 | 11101011 | 1110 | 1000100 | 0 | 1000 | 100011111 | 1010000 | 111101 |
Color Harmonies of #C94CEB
Complementary color
Monochromatic Colors of #C94CEB
Black with #C94CEB
Text Example
Text Example
White with #C94CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CEB; }
p { color: rgb(201,76,235); }
H1.HeaderClassName
{
color: #C94CEB;
}
.AnyTagClassName
{
color: #C94CEB;
}
</style>
background-color css
<style>
a { background-color: #C94CEB; }
a { background-color: rgb(201,76,235); }
div.DivClassName
{
background-color: #C94CEB;
}
.BgClassName
{
background-color: #C94CEB;
}
</style>
border-color css
<style>
span { border-color: #C94CEB; }
span { border-color: rgb(201,76,235); }
td.TdClassName
{
border-color: #C94CEB;
}
.TagClassName
{
border-color: #C94CEB;
}
</style>