Shades of Medium Orchid #C95EDA
Tints of Medium Orchid #C95EDA
RGB
CMYK
RGB Variations
Color information
#C95EDA (or 0xC95EDA) is known color: Medium Orchid. HEX triplet: C9, 5E and DA. RGB value is (201,94,218). Sum of RGB (Red+Green+Blue) = 201+94+218=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C95EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EDA is #36A125. Grayscale: #8B8B8B. Windows color (decimal): -3580198 or 14311113. OLE color: 14311113.
HSL color Cylindrical-coordinate representation of color #C95EDA: hue angle of 291.77º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95EDA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 94 | 218 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.15 |
| HSL | 291.77º | 0.63% | 0.61% | - |
| HSV(B) | 291.77º | 0.57% | 0.85% | - |
| XYZ | 40.74 | 25.48 | 69.1 | - |
| YUV | 140.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 218 | 0.08 | 0.57 | 0 | 0.15 | 291.77 | 0.63 | 0.61 |
| Hex | C9 | 5E | DA | 8 | 39 | 0 | F | 124 | 3F | 3D |
| Octal | 311 | 136 | 332 | 10 | 71 | 0 | 17 | 444 | 77 | 75 |
| Binary | 11001001 | 1011110 | 11011010 | 1000 | 111001 | 0 | 1111 | 100100100 | 111111 | 111101 |
Color Harmonies of #C95EDA
Complementary color
Monochromatic Colors of #C95EDA
Black with #C95EDA
Text Example
Text Example
White with #C95EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EDA; }
p { color: rgb(201,94,218); }
H1.HeaderClassName
{
color: #C95EDA;
}
.AnyTagClassName
{
color: #C95EDA;
}
</style>
background-color css
<style>
a { background-color: #C95EDA; }
a { background-color: rgb(201,94,218); }
div.DivClassName
{
background-color: #C95EDA;
}
.BgClassName
{
background-color: #C95EDA;
}
</style>
border-color css
<style>
span { border-color: #C95EDA; }
span { border-color: rgb(201,94,218); }
td.TdClassName
{
border-color: #C95EDA;
}
.TagClassName
{
border-color: #C95EDA;
}
</style>