Shades of Medium Orchid #C953EC
Tints of Medium Orchid #C953EC
RGB
CMYK
RGB Variations
Color information
#C953EC (or 0xC953EC) is known color: Medium Orchid. HEX triplet: C9, 53 and EC. RGB value is (201,83,236). Sum of RGB (Red+Green+Blue) = 201+83+236=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #C953EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953EC is #36AC13. Grayscale: #878787. Windows color (decimal): -3582996 or 15487945. OLE color: 15487945.
HSL color Cylindrical-coordinate representation of color #C953EC: hue angle of 286.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C953EC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 83 | 236 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.07 |
| HSL | 286.27º | 0.8% | 0.63% | - |
| HSV(B) | 286.27º | 0.65% | 0.93% | - |
| XYZ | 42.32 | 24.66 | 81.89 | - |
| YUV | 135.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 236 | 0.15 | 0.65 | 0 | 0.07 | 286.27 | 0.8 | 0.63 |
| Hex | C9 | 53 | EC | F | 41 | 0 | 7 | 11E | 50 | 3F |
| Octal | 311 | 123 | 354 | 17 | 101 | 0 | 7 | 436 | 120 | 77 |
| Binary | 11001001 | 1010011 | 11101100 | 1111 | 1000001 | 0 | 111 | 100011110 | 1010000 | 111111 |
Color Harmonies of #C953EC
Complementary color
Monochromatic Colors of #C953EC
Black with #C953EC
Text Example
Text Example
White with #C953EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953EC; }
p { color: rgb(201,83,236); }
H1.HeaderClassName
{
color: #C953EC;
}
.AnyTagClassName
{
color: #C953EC;
}
</style>
background-color css
<style>
a { background-color: #C953EC; }
a { background-color: rgb(201,83,236); }
div.DivClassName
{
background-color: #C953EC;
}
.BgClassName
{
background-color: #C953EC;
}
</style>
border-color css
<style>
span { border-color: #C953EC; }
span { border-color: rgb(201,83,236); }
td.TdClassName
{
border-color: #C953EC;
}
.TagClassName
{
border-color: #C953EC;
}
</style>