Shades of Medium Orchid #C958E0
Tints of Medium Orchid #C958E0
RGB
CMYK
RGB Variations
Color information
#C958E0 (or 0xC958E0) is known color: Medium Orchid. HEX triplet: C9, 58 and E0. RGB value is (201,88,224). Sum of RGB (Red+Green+Blue) = 201+88+224=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #C958E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958E0 is #36A71F. Grayscale: #888888. Windows color (decimal): -3581728 or 14702793. OLE color: 14702793.
HSL color Cylindrical-coordinate representation of color #C958E0: hue angle of 289.85º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C958E0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 88 | 224 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.12 |
| HSL | 289.85º | 0.69% | 0.61% | - |
| HSV(B) | 289.85º | 0.61% | 0.88% | - |
| XYZ | 41.03 | 24.78 | 73.14 | - |
| YUV | 137.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 224 | 0.10 | 0.61 | 0 | 0.12 | 289.85 | 0.69 | 0.61 |
| Hex | C9 | 58 | E0 | A | 3D | 0 | C | 122 | 45 | 3D |
| Octal | 311 | 130 | 340 | 12 | 75 | 0 | 14 | 442 | 105 | 75 |
| Binary | 11001001 | 1011000 | 11100000 | 1010 | 111101 | 0 | 1100 | 100100010 | 1000101 | 111101 |
Color Harmonies of #C958E0
Complementary color
Monochromatic Colors of #C958E0
Black with #C958E0
Text Example
Text Example
White with #C958E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958E0; }
p { color: rgb(201,88,224); }
H1.HeaderClassName
{
color: #C958E0;
}
.AnyTagClassName
{
color: #C958E0;
}
</style>
background-color css
<style>
a { background-color: #C958E0; }
a { background-color: rgb(201,88,224); }
div.DivClassName
{
background-color: #C958E0;
}
.BgClassName
{
background-color: #C958E0;
}
</style>
border-color css
<style>
span { border-color: #C958E0; }
span { border-color: rgb(201,88,224); }
td.TdClassName
{
border-color: #C958E0;
}
.TagClassName
{
border-color: #C958E0;
}
</style>