Shades of Medium Orchid #C930EA
Tints of Medium Orchid #C930EA
RGB
CMYK
RGB Variations
Color information
#C930EA (or 0xC930EA) is known color: Medium Orchid. HEX triplet: C9, 30 and EA. RGB value is (201,48,234). Sum of RGB (Red+Green+Blue) = 201+48+234=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C930EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930EA is #36CF15. Grayscale: #727272. Windows color (decimal): -3591958 or 15347913. OLE color: 15347913.
HSL color Cylindrical-coordinate representation of color #C930EA: hue angle of 289.35º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C930EA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 48 | 234 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.08 |
| HSL | 289.35º | 0.82% | 0.55% | - |
| HSV(B) | 289.35º | 0.79% | 0.92% | - |
| XYZ | 40 | 20.47 | 79.69 | - |
| YUV | 114.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 234 | 0.14 | 0.79 | 0 | 0.08 | 289.35 | 0.82 | 0.55 |
| Hex | C9 | 30 | EA | E | 4F | 0 | 8 | 121 | 52 | 37 |
| Octal | 311 | 60 | 352 | 16 | 117 | 0 | 10 | 441 | 122 | 67 |
| Binary | 11001001 | 110000 | 11101010 | 1110 | 1001111 | 0 | 1000 | 100100001 | 1010010 | 110111 |
Color Harmonies of #C930EA
Complementary color
Monochromatic Colors of #C930EA
Black with #C930EA
Text Example
Text Example
White with #C930EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930EA; }
p { color: rgb(201,48,234); }
H1.HeaderClassName
{
color: #C930EA;
}
.AnyTagClassName
{
color: #C930EA;
}
</style>
background-color css
<style>
a { background-color: #C930EA; }
a { background-color: rgb(201,48,234); }
div.DivClassName
{
background-color: #C930EA;
}
.BgClassName
{
background-color: #C930EA;
}
</style>
border-color css
<style>
span { border-color: #C930EA; }
span { border-color: rgb(201,48,234); }
td.TdClassName
{
border-color: #C930EA;
}
.TagClassName
{
border-color: #C930EA;
}
</style>