Shades of Medium Orchid #C958D9
Tints of Medium Orchid #C958D9
RGB
CMYK
RGB Variations
Color information
#C958D9 (or 0xC958D9) is known color: Medium Orchid. HEX triplet: C9, 58 and D9. RGB value is (201,88,217). Sum of RGB (Red+Green+Blue) = 201+88+217=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C958D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958D9 is #36A726. Grayscale: #888888. Windows color (decimal): -3581735 or 14244041. OLE color: 14244041.
HSL color Cylindrical-coordinate representation of color #C958D9: hue angle of 292.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C958D9 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 88 | 217 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.15 |
| HSL | 292.56º | 0.63% | 0.6% | - |
| HSV(B) | 292.56º | 0.59% | 0.85% | - |
| XYZ | 40.1 | 24.41 | 68.24 | - |
| YUV | 136.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 217 | 0.07 | 0.59 | 0 | 0.15 | 292.56 | 0.63 | 0.6 |
| Hex | C9 | 58 | D9 | 7 | 3B | 0 | F | 125 | 3F | 3C |
| Octal | 311 | 130 | 331 | 7 | 73 | 0 | 17 | 445 | 77 | 74 |
| Binary | 11001001 | 1011000 | 11011001 | 111 | 111011 | 0 | 1111 | 100100101 | 111111 | 111100 |
Color Harmonies of #C958D9
Complementary color
Monochromatic Colors of #C958D9
Black with #C958D9
Text Example
Text Example
White with #C958D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958D9; }
p { color: rgb(201,88,217); }
H1.HeaderClassName
{
color: #C958D9;
}
.AnyTagClassName
{
color: #C958D9;
}
</style>
background-color css
<style>
a { background-color: #C958D9; }
a { background-color: rgb(201,88,217); }
div.DivClassName
{
background-color: #C958D9;
}
.BgClassName
{
background-color: #C958D9;
}
</style>
border-color css
<style>
span { border-color: #C958D9; }
span { border-color: rgb(201,88,217); }
td.TdClassName
{
border-color: #C958D9;
}
.TagClassName
{
border-color: #C958D9;
}
</style>