Shades of Medium Orchid #C958D7
Tints of Medium Orchid #C958D7
RGB
CMYK
RGB Variations
Color information
#C958D7 (or 0xC958D7) is known color: Medium Orchid. HEX triplet: C9, 58 and D7. RGB value is (201,88,215). Sum of RGB (Red+Green+Blue) = 201+88+215=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #C958D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958D7 is #36A728. Grayscale: #878787. Windows color (decimal): -3581737 or 14112969. OLE color: 14112969.
HSL color Cylindrical-coordinate representation of color #C958D7: hue angle of 293.39º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C958D7 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 88 | 215 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.16 |
| HSL | 293.39º | 0.61% | 0.59% | - |
| HSV(B) | 293.39º | 0.59% | 0.84% | - |
| XYZ | 39.84 | 24.3 | 66.88 | - |
| YUV | 136.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 215 | 0.07 | 0.59 | 0 | 0.16 | 293.39 | 0.61 | 0.59 |
| Hex | C9 | 58 | D7 | 7 | 3B | 0 | 10 | 125 | 3D | 3B |
| Octal | 311 | 130 | 327 | 7 | 73 | 0 | 20 | 445 | 75 | 73 |
| Binary | 11001001 | 1011000 | 11010111 | 111 | 111011 | 0 | 10000 | 100100101 | 111101 | 111011 |
Color Harmonies of #C958D7
Complementary color
Monochromatic Colors of #C958D7
Black with #C958D7
Text Example
Text Example
White with #C958D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958D7; }
p { color: rgb(201,88,215); }
H1.HeaderClassName
{
color: #C958D7;
}
.AnyTagClassName
{
color: #C958D7;
}
</style>
background-color css
<style>
a { background-color: #C958D7; }
a { background-color: rgb(201,88,215); }
div.DivClassName
{
background-color: #C958D7;
}
.BgClassName
{
background-color: #C958D7;
}
</style>
border-color css
<style>
span { border-color: #C958D7; }
span { border-color: rgb(201,88,215); }
td.TdClassName
{
border-color: #C958D7;
}
.TagClassName
{
border-color: #C958D7;
}
</style>