Shades of Medium Orchid #C950EA
Tints of Medium Orchid #C950EA
RGB
CMYK
RGB Variations
Color information
#C950EA (or 0xC950EA) is known color: Medium Orchid. HEX triplet: C9, 50 and EA. RGB value is (201,80,234). Sum of RGB (Red+Green+Blue) = 201+80+234=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #C950EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950EA is #36AF15. Grayscale: #858585. Windows color (decimal): -3583766 or 15356105. OLE color: 15356105.
HSL color Cylindrical-coordinate representation of color #C950EA: hue angle of 287.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C950EA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 80 | 234 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.08 |
| HSL | 287.14º | 0.79% | 0.62% | - |
| HSV(B) | 287.14º | 0.66% | 0.92% | - |
| XYZ | 41.81 | 24.1 | 80.29 | - |
| YUV | 133.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 234 | 0.14 | 0.66 | 0 | 0.08 | 287.14 | 0.79 | 0.62 |
| Hex | C9 | 50 | EA | E | 42 | 0 | 8 | 11F | 4F | 3E |
| Octal | 311 | 120 | 352 | 16 | 102 | 0 | 10 | 437 | 117 | 76 |
| Binary | 11001001 | 1010000 | 11101010 | 1110 | 1000010 | 0 | 1000 | 100011111 | 1001111 | 111110 |
Color Harmonies of #C950EA
Complementary color
Monochromatic Colors of #C950EA
Black with #C950EA
Text Example
Text Example
White with #C950EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950EA; }
p { color: rgb(201,80,234); }
H1.HeaderClassName
{
color: #C950EA;
}
.AnyTagClassName
{
color: #C950EA;
}
</style>
background-color css
<style>
a { background-color: #C950EA; }
a { background-color: rgb(201,80,234); }
div.DivClassName
{
background-color: #C950EA;
}
.BgClassName
{
background-color: #C950EA;
}
</style>
border-color css
<style>
span { border-color: #C950EA; }
span { border-color: rgb(201,80,234); }
td.TdClassName
{
border-color: #C950EA;
}
.TagClassName
{
border-color: #C950EA;
}
</style>