Shades of Medium Orchid #C95AEC
Tints of Medium Orchid #C95AEC
RGB
CMYK
RGB Variations
Color information
#C95AEC (or 0xC95AEC) is known color: Medium Orchid. HEX triplet: C9, 5A and EC. RGB value is (201,90,236). Sum of RGB (Red+Green+Blue) = 201+90+236=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C95AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AEC is #36A513. Grayscale: #8B8B8B. Windows color (decimal): -3581204 or 15489737. OLE color: 15489737.
HSL color Cylindrical-coordinate representation of color #C95AEC: hue angle of 285.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95AEC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 90 | 236 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.07 |
| HSL | 285.62º | 0.79% | 0.64% | - |
| HSV(B) | 285.62º | 0.62% | 0.93% | - |
| XYZ | 42.88 | 25.79 | 82.07 | - |
| YUV | 139.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 236 | 0.15 | 0.62 | 0 | 0.07 | 285.62 | 0.79 | 0.64 |
| Hex | C9 | 5A | EC | F | 3E | 0 | 7 | 11E | 4F | 40 |
| Octal | 311 | 132 | 354 | 17 | 76 | 0 | 7 | 436 | 117 | 100 |
| Binary | 11001001 | 1011010 | 11101100 | 1111 | 111110 | 0 | 111 | 100011110 | 1001111 | 1000000 |
Color Harmonies of #C95AEC
Complementary color
Monochromatic Colors of #C95AEC
Black with #C95AEC
Text Example
Text Example
White with #C95AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AEC; }
p { color: rgb(201,90,236); }
H1.HeaderClassName
{
color: #C95AEC;
}
.AnyTagClassName
{
color: #C95AEC;
}
</style>
background-color css
<style>
a { background-color: #C95AEC; }
a { background-color: rgb(201,90,236); }
div.DivClassName
{
background-color: #C95AEC;
}
.BgClassName
{
background-color: #C95AEC;
}
</style>
border-color css
<style>
span { border-color: #C95AEC; }
span { border-color: rgb(201,90,236); }
td.TdClassName
{
border-color: #C95AEC;
}
.TagClassName
{
border-color: #C95AEC;
}
</style>