Shades of Medium Orchid #C92ED4
Tints of Medium Orchid #C92ED4
RGB
CMYK
RGB Variations
Color information
#C92ED4 (or 0xC92ED4) is known color: Medium Orchid. HEX triplet: C9, 2E and D4. RGB value is (201,46,212). Sum of RGB (Red+Green+Blue) = 201+46+212=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #C92ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ED4 is #36D12B. Grayscale: #6E6E6E. Windows color (decimal): -3592492 or 13905609. OLE color: 13905609.
HSL color Cylindrical-coordinate representation of color #C92ED4: hue angle of 296.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92ED4 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 46 | 212 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.17 |
| HSL | 296.02º | 0.66% | 0.51% | - |
| HSV(B) | 296.02º | 0.78% | 0.83% | - |
| XYZ | 36.95 | 19.12 | 64.03 | - |
| YUV | 111.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 212 | 0.05 | 0.78 | 0 | 0.17 | 296.02 | 0.66 | 0.51 |
| Hex | C9 | 2E | D4 | 5 | 4E | 0 | 11 | 128 | 42 | 33 |
| Octal | 311 | 56 | 324 | 5 | 116 | 0 | 21 | 450 | 102 | 63 |
| Binary | 11001001 | 101110 | 11010100 | 101 | 1001110 | 0 | 10001 | 100101000 | 1000010 | 110011 |
Color Harmonies of #C92ED4
Complementary color
Monochromatic Colors of #C92ED4
Black with #C92ED4
Text Example
Text Example
White with #C92ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ED4; }
p { color: rgb(201,46,212); }
H1.HeaderClassName
{
color: #C92ED4;
}
.AnyTagClassName
{
color: #C92ED4;
}
</style>
background-color css
<style>
a { background-color: #C92ED4; }
a { background-color: rgb(201,46,212); }
div.DivClassName
{
background-color: #C92ED4;
}
.BgClassName
{
background-color: #C92ED4;
}
</style>
border-color css
<style>
span { border-color: #C92ED4; }
span { border-color: rgb(201,46,212); }
td.TdClassName
{
border-color: #C92ED4;
}
.TagClassName
{
border-color: #C92ED4;
}
</style>