Shades of Medium Orchid #C95CED
Tints of Medium Orchid #C95CED
RGB
CMYK
RGB Variations
Color information
#C95CED (or 0xC95CED) is known color: Medium Orchid. HEX triplet: C9, 5C and ED. RGB value is (201,92,237). Sum of RGB (Red+Green+Blue) = 201+92+237=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CED is #36A312. Grayscale: #8C8C8C. Windows color (decimal): -3580691 or 15555785. OLE color: 15555785.
HSL color Cylindrical-coordinate representation of color #C95CED: hue angle of 285.1º degrees, saturation: 0.8, 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 #C95CED is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 92 | 237 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.07 |
| HSL | 285.1º | 0.8% | 0.65% | - |
| HSV(B) | 285.1º | 0.61% | 0.93% | - |
| XYZ | 43.2 | 26.19 | 82.9 | - |
| YUV | 141.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 237 | 0.15 | 0.61 | 0 | 0.07 | 285.1 | 0.8 | 0.65 |
| Hex | C9 | 5C | ED | F | 3D | 0 | 7 | 11D | 50 | 41 |
| Octal | 311 | 134 | 355 | 17 | 75 | 0 | 7 | 435 | 120 | 101 |
| Binary | 11001001 | 1011100 | 11101101 | 1111 | 111101 | 0 | 111 | 100011101 | 1010000 | 1000001 |
Color Harmonies of #C95CED
Complementary color
Monochromatic Colors of #C95CED
Black with #C95CED
Text Example
Text Example
White with #C95CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CED; }
p { color: rgb(201,92,237); }
H1.HeaderClassName
{
color: #C95CED;
}
.AnyTagClassName
{
color: #C95CED;
}
</style>
background-color css
<style>
a { background-color: #C95CED; }
a { background-color: rgb(201,92,237); }
div.DivClassName
{
background-color: #C95CED;
}
.BgClassName
{
background-color: #C95CED;
}
</style>
border-color css
<style>
span { border-color: #C95CED; }
span { border-color: rgb(201,92,237); }
td.TdClassName
{
border-color: #C95CED;
}
.TagClassName
{
border-color: #C95CED;
}
</style>