Shades of Medium Orchid #C95ED8
Tints of Medium Orchid #C95ED8
RGB
CMYK
RGB Variations
Color information
#C95ED8 (or 0xC95ED8) is known color: Medium Orchid. HEX triplet: C9, 5E and D8. RGB value is (201,94,216). Sum of RGB (Red+Green+Blue) = 201+94+216=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #C95ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ED8 is #36A127. Grayscale: #8B8B8B. Windows color (decimal): -3580200 or 14180041. OLE color: 14180041.
HSL color Cylindrical-coordinate representation of color #C95ED8: hue angle of 292.62º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95ED8 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 94 | 216 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.62º | 0.61% | 0.61% | - |
| HSV(B) | 292.62º | 0.56% | 0.85% | - |
| XYZ | 40.48 | 25.38 | 67.73 | - |
| YUV | 139.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 216 | 0.07 | 0.56 | 0 | 0.15 | 292.62 | 0.61 | 0.61 |
| Hex | C9 | 5E | D8 | 7 | 38 | 0 | F | 125 | 3D | 3D |
| Octal | 311 | 136 | 330 | 7 | 70 | 0 | 17 | 445 | 75 | 75 |
| Binary | 11001001 | 1011110 | 11011000 | 111 | 111000 | 0 | 1111 | 100100101 | 111101 | 111101 |
Color Harmonies of #C95ED8
Complementary color
Monochromatic Colors of #C95ED8
Black with #C95ED8
Text Example
Text Example
White with #C95ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ED8; }
p { color: rgb(201,94,216); }
H1.HeaderClassName
{
color: #C95ED8;
}
.AnyTagClassName
{
color: #C95ED8;
}
</style>
background-color css
<style>
a { background-color: #C95ED8; }
a { background-color: rgb(201,94,216); }
div.DivClassName
{
background-color: #C95ED8;
}
.BgClassName
{
background-color: #C95ED8;
}
</style>
border-color css
<style>
span { border-color: #C95ED8; }
span { border-color: rgb(201,94,216); }
td.TdClassName
{
border-color: #C95ED8;
}
.TagClassName
{
border-color: #C95ED8;
}
</style>