Shades of Medium Orchid #C958E9
Tints of Medium Orchid #C958E9
RGB
CMYK
RGB Variations
Color information
#C958E9 (or 0xC958E9) is known color: Medium Orchid. HEX triplet: C9, 58 and E9. RGB value is (201,88,233). Sum of RGB (Red+Green+Blue) = 201+88+233=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #C958E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958E9 is #36A716. Grayscale: #898989. Windows color (decimal): -3581719 or 15292617. OLE color: 15292617.
HSL color Cylindrical-coordinate representation of color #C958E9: hue angle of 286.76º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C958E9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 88 | 233 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.09 |
| HSL | 286.76º | 0.77% | 0.63% | - |
| HSV(B) | 286.76º | 0.62% | 0.91% | - |
| XYZ | 42.29 | 25.28 | 79.74 | - |
| YUV | 138.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 233 | 0.14 | 0.62 | 0 | 0.09 | 286.76 | 0.77 | 0.63 |
| Hex | C9 | 58 | E9 | E | 3E | 0 | 9 | 11F | 4D | 3F |
| Octal | 311 | 130 | 351 | 16 | 76 | 0 | 11 | 437 | 115 | 77 |
| Binary | 11001001 | 1011000 | 11101001 | 1110 | 111110 | 0 | 1001 | 100011111 | 1001101 | 111111 |
Color Harmonies of #C958E9
Complementary color
Monochromatic Colors of #C958E9
Black with #C958E9
Text Example
Text Example
White with #C958E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958E9; }
p { color: rgb(201,88,233); }
H1.HeaderClassName
{
color: #C958E9;
}
.AnyTagClassName
{
color: #C958E9;
}
</style>
background-color css
<style>
a { background-color: #C958E9; }
a { background-color: rgb(201,88,233); }
div.DivClassName
{
background-color: #C958E9;
}
.BgClassName
{
background-color: #C958E9;
}
</style>
border-color css
<style>
span { border-color: #C958E9; }
span { border-color: rgb(201,88,233); }
td.TdClassName
{
border-color: #C958E9;
}
.TagClassName
{
border-color: #C958E9;
}
</style>