Shades of Medium Orchid #C956F3
Tints of Medium Orchid #C956F3
RGB
CMYK
RGB Variations
Color information
#C956F3 (or 0xC956F3) is known color: Medium Orchid. HEX triplet: C9, 56 and F3. RGB value is (201,86,243). Sum of RGB (Red+Green+Blue) = 201+86+243=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #C956F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956F3 is #36A90C. Grayscale: #898989. Windows color (decimal): -3582221 or 15947465. OLE color: 15947465.
HSL color Cylindrical-coordinate representation of color #C956F3: hue angle of 283.95º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C956F3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 86 | 243 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.05 |
| HSL | 283.95º | 0.87% | 0.65% | - |
| HSV(B) | 283.95º | 0.65% | 0.95% | - |
| XYZ | 43.59 | 25.54 | 87.43 | - |
| YUV | 138.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 243 | 0.17 | 0.65 | 0 | 0.05 | 283.95 | 0.87 | 0.65 |
| Hex | C9 | 56 | F3 | 11 | 41 | 0 | 5 | 11C | 57 | 41 |
| Octal | 311 | 126 | 363 | 21 | 101 | 0 | 5 | 434 | 127 | 101 |
| Binary | 11001001 | 1010110 | 11110011 | 10001 | 1000001 | 0 | 101 | 100011100 | 1010111 | 1000001 |
Color Harmonies of #C956F3
Complementary color
Monochromatic Colors of #C956F3
Black with #C956F3
Text Example
Text Example
White with #C956F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956F3; }
p { color: rgb(201,86,243); }
H1.HeaderClassName
{
color: #C956F3;
}
.AnyTagClassName
{
color: #C956F3;
}
</style>
background-color css
<style>
a { background-color: #C956F3; }
a { background-color: rgb(201,86,243); }
div.DivClassName
{
background-color: #C956F3;
}
.BgClassName
{
background-color: #C956F3;
}
</style>
border-color css
<style>
span { border-color: #C956F3; }
span { border-color: rgb(201,86,243); }
td.TdClassName
{
border-color: #C956F3;
}
.TagClassName
{
border-color: #C956F3;
}
</style>