Shades of Medium Orchid #C95CEE
Tints of Medium Orchid #C95CEE
RGB
CMYK
RGB Variations
Color information
#C95CEE (or 0xC95CEE) is known color: Medium Orchid. HEX triplet: C9, 5C and EE. RGB value is (201,92,238). Sum of RGB (Red+Green+Blue) = 201+92+238=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C95CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CEE is #36A311. Grayscale: #8C8C8C. Windows color (decimal): -3580690 or 15621321. OLE color: 15621321.
HSL color Cylindrical-coordinate representation of color #C95CEE: hue angle of 284.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95CEE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 92 | 238 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.79º | 0.81% | 0.65% | - |
| HSV(B) | 284.79º | 0.61% | 0.93% | - |
| XYZ | 43.35 | 26.24 | 83.67 | - |
| YUV | 141.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 238 | 0.16 | 0.61 | 0 | 0.07 | 284.79 | 0.81 | 0.65 |
| Hex | C9 | 5C | EE | 10 | 3D | 0 | 7 | 11D | 51 | 41 |
| Octal | 311 | 134 | 356 | 20 | 75 | 0 | 7 | 435 | 121 | 101 |
| Binary | 11001001 | 1011100 | 11101110 | 10000 | 111101 | 0 | 111 | 100011101 | 1010001 | 1000001 |
Color Harmonies of #C95CEE
Complementary color
Monochromatic Colors of #C95CEE
Black with #C95CEE
Text Example
Text Example
White with #C95CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CEE; }
p { color: rgb(201,92,238); }
H1.HeaderClassName
{
color: #C95CEE;
}
.AnyTagClassName
{
color: #C95CEE;
}
</style>
background-color css
<style>
a { background-color: #C95CEE; }
a { background-color: rgb(201,92,238); }
div.DivClassName
{
background-color: #C95CEE;
}
.BgClassName
{
background-color: #C95CEE;
}
</style>
border-color css
<style>
span { border-color: #C95CEE; }
span { border-color: rgb(201,92,238); }
td.TdClassName
{
border-color: #C95CEE;
}
.TagClassName
{
border-color: #C95CEE;
}
</style>