Shades of Medium Orchid #C94CED
Tints of Medium Orchid #C94CED
RGB
CMYK
RGB Variations
Color information
#C94CED (or 0xC94CED) is known color: Medium Orchid. HEX triplet: C9, 4C and ED. RGB value is (201,76,237). Sum of RGB (Red+Green+Blue) = 201+76+237=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #C94CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CED is #36B312. Grayscale: #838383. Windows color (decimal): -3584787 or 15551689. OLE color: 15551689.
HSL color Cylindrical-coordinate representation of color #C94CED: hue angle of 286.58º degrees, saturation: 0.82, 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 #C94CED is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 76 | 237 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 286.58º | 0.82% | 0.61% | - |
| HSV(B) | 286.58º | 0.68% | 0.93% | - |
| XYZ | 41.96 | 23.7 | 82.48 | - |
| YUV | 131.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 237 | 0.15 | 0.68 | 0 | 0.07 | 286.58 | 0.82 | 0.61 |
| Hex | C9 | 4C | ED | F | 44 | 0 | 7 | 11F | 52 | 3D |
| Octal | 311 | 114 | 355 | 17 | 104 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001001 | 1001100 | 11101101 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #C94CED
Complementary color
Monochromatic Colors of #C94CED
Black with #C94CED
Text Example
Text Example
White with #C94CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CED; }
p { color: rgb(201,76,237); }
H1.HeaderClassName
{
color: #C94CED;
}
.AnyTagClassName
{
color: #C94CED;
}
</style>
background-color css
<style>
a { background-color: #C94CED; }
a { background-color: rgb(201,76,237); }
div.DivClassName
{
background-color: #C94CED;
}
.BgClassName
{
background-color: #C94CED;
}
</style>
border-color css
<style>
span { border-color: #C94CED; }
span { border-color: rgb(201,76,237); }
td.TdClassName
{
border-color: #C94CED;
}
.TagClassName
{
border-color: #C94CED;
}
</style>