Shades of Medium Orchid #C950EE
Tints of Medium Orchid #C950EE
RGB
CMYK
RGB Variations
Color information
#C950EE (or 0xC950EE) is known color: Medium Orchid. HEX triplet: C9, 50 and EE. RGB value is (201,80,238). Sum of RGB (Red+Green+Blue) = 201+80+238=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C950EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950EE is #36AF11. Grayscale: #858585. Windows color (decimal): -3583762 or 15618249. OLE color: 15618249.
HSL color Cylindrical-coordinate representation of color #C950EE: hue angle of 285.95º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C950EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 80 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.95º | 0.82% | 0.62% | - |
| HSV(B) | 285.95º | 0.66% | 0.93% | - |
| XYZ | 42.39 | 24.33 | 83.35 | - |
| YUV | 134.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285.95 | 0.82 | 0.62 |
| Hex | C9 | 50 | EE | 10 | 42 | 0 | 7 | 11E | 52 | 3E |
| Octal | 311 | 120 | 356 | 20 | 102 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001001 | 1010000 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #C950EE
Complementary color
Monochromatic Colors of #C950EE
Black with #C950EE
Text Example
Text Example
White with #C950EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950EE; }
p { color: rgb(201,80,238); }
H1.HeaderClassName
{
color: #C950EE;
}
.AnyTagClassName
{
color: #C950EE;
}
</style>
background-color css
<style>
a { background-color: #C950EE; }
a { background-color: rgb(201,80,238); }
div.DivClassName
{
background-color: #C950EE;
}
.BgClassName
{
background-color: #C950EE;
}
</style>
border-color css
<style>
span { border-color: #C950EE; }
span { border-color: rgb(201,80,238); }
td.TdClassName
{
border-color: #C950EE;
}
.TagClassName
{
border-color: #C950EE;
}
</style>