Shades of Medium Orchid #C956EE
Tints of Medium Orchid #C956EE
RGB
CMYK
RGB Variations
Color information
#C956EE (or 0xC956EE) is known color: Medium Orchid. HEX triplet: C9, 56 and EE. RGB value is (201,86,238). Sum of RGB (Red+Green+Blue) = 201+86+238=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C956EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C956EE is #36A911. Grayscale: #898989. Windows color (decimal): -3582226 or 15619785. OLE color: 15619785.
HSL color Cylindrical-coordinate representation of color #C956EE: hue angle of 285.39º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C956EE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 86 | 238 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.07 |
| HSL | 285.39º | 0.82% | 0.64% | - |
| HSV(B) | 285.39º | 0.64% | 0.93% | - |
| XYZ | 42.85 | 25.25 | 83.5 | - |
| YUV | 137.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 238 | 0.16 | 0.64 | 0 | 0.07 | 285.39 | 0.82 | 0.64 |
| Hex | C9 | 56 | EE | 10 | 40 | 0 | 7 | 11D | 52 | 40 |
| Octal | 311 | 126 | 356 | 20 | 100 | 0 | 7 | 435 | 122 | 100 |
| Binary | 11001001 | 1010110 | 11101110 | 10000 | 1000000 | 0 | 111 | 100011101 | 1010010 | 1000000 |
Color Harmonies of #C956EE
Complementary color
Monochromatic Colors of #C956EE
Black with #C956EE
Text Example
Text Example
White with #C956EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956EE; }
p { color: rgb(201,86,238); }
H1.HeaderClassName
{
color: #C956EE;
}
.AnyTagClassName
{
color: #C956EE;
}
</style>
background-color css
<style>
a { background-color: #C956EE; }
a { background-color: rgb(201,86,238); }
div.DivClassName
{
background-color: #C956EE;
}
.BgClassName
{
background-color: #C956EE;
}
</style>
border-color css
<style>
span { border-color: #C956EE; }
span { border-color: rgb(201,86,238); }
td.TdClassName
{
border-color: #C956EE;
}
.TagClassName
{
border-color: #C956EE;
}
</style>