Shades of Medium Orchid #C92DE6
Tints of Medium Orchid #C92DE6
RGB
CMYK
RGB Variations
Color information
#C92DE6 (or 0xC92DE6) is known color: Medium Orchid. HEX triplet: C9, 2D and E6. RGB value is (201,45,230). Sum of RGB (Red+Green+Blue) = 201+45+230=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #C92DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DE6 is #36D219. Grayscale: #707070. Windows color (decimal): -3592730 or 15085001. OLE color: 15085001.
HSL color Cylindrical-coordinate representation of color #C92DE6: hue angle of 290.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92DE6 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 45 | 230 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.10 |
| HSL | 290.59º | 0.79% | 0.54% | - |
| HSV(B) | 290.59º | 0.8% | 0.9% | - |
| XYZ | 39.31 | 20.01 | 76.65 | - |
| YUV | 112.73 | 194.18 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 230 | 0.13 | 0.80 | 0 | 0.10 | 290.59 | 0.79 | 0.54 |
| Hex | C9 | 2D | E6 | D | 50 | 0 | A | 123 | 4F | 36 |
| Octal | 311 | 55 | 346 | 15 | 120 | 0 | 12 | 443 | 117 | 66 |
| Binary | 11001001 | 101101 | 11100110 | 1101 | 1010000 | 0 | 1010 | 100100011 | 1001111 | 110110 |
Color Harmonies of #C92DE6
Complementary color
Monochromatic Colors of #C92DE6
Black with #C92DE6
Text Example
Text Example
White with #C92DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DE6; }
p { color: rgb(201,45,230); }
H1.HeaderClassName
{
color: #C92DE6;
}
.AnyTagClassName
{
color: #C92DE6;
}
</style>
background-color css
<style>
a { background-color: #C92DE6; }
a { background-color: rgb(201,45,230); }
div.DivClassName
{
background-color: #C92DE6;
}
.BgClassName
{
background-color: #C92DE6;
}
</style>
border-color css
<style>
span { border-color: #C92DE6; }
span { border-color: rgb(201,45,230); }
td.TdClassName
{
border-color: #C92DE6;
}
.TagClassName
{
border-color: #C92DE6;
}
</style>