Shades of Medium Orchid #C950F6
Tints of Medium Orchid #C950F6
RGB
CMYK
RGB Variations
Color information
#C950F6 (or 0xC950F6) is known color: Medium Orchid. HEX triplet: C9, 50 and F6. RGB value is (201,80,246). Sum of RGB (Red+Green+Blue) = 201+80+246=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #C950F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C950F6 is #36AF09. Grayscale: #868686. Windows color (decimal): -3583754 or 16142537. OLE color: 16142537.
HSL color Cylindrical-coordinate representation of color #C950F6: hue angle of 283.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C950F6 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 80 | 246 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.04 |
| HSL | 283.74º | 0.9% | 0.64% | - |
| HSV(B) | 283.74º | 0.67% | 0.96% | - |
| XYZ | 43.59 | 24.81 | 89.68 | - |
| YUV | 135.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 246 | 0.18 | 0.67 | 0 | 0.04 | 283.74 | 0.9 | 0.64 |
| Hex | C9 | 50 | F6 | 12 | 43 | 0 | 4 | 11C | 5A | 40 |
| Octal | 311 | 120 | 366 | 22 | 103 | 0 | 4 | 434 | 132 | 100 |
| Binary | 11001001 | 1010000 | 11110110 | 10010 | 1000011 | 0 | 100 | 100011100 | 1011010 | 1000000 |
Color Harmonies of #C950F6
Complementary color
Monochromatic Colors of #C950F6
Black with #C950F6
Text Example
Text Example
White with #C950F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950F6; }
p { color: rgb(201,80,246); }
H1.HeaderClassName
{
color: #C950F6;
}
.AnyTagClassName
{
color: #C950F6;
}
</style>
background-color css
<style>
a { background-color: #C950F6; }
a { background-color: rgb(201,80,246); }
div.DivClassName
{
background-color: #C950F6;
}
.BgClassName
{
background-color: #C950F6;
}
</style>
border-color css
<style>
span { border-color: #C950F6; }
span { border-color: rgb(201,80,246); }
td.TdClassName
{
border-color: #C950F6;
}
.TagClassName
{
border-color: #C950F6;
}
</style>