Shades of Medium Orchid #C95DF0
Tints of Medium Orchid #C95DF0
RGB
CMYK
RGB Variations
Color information
#C95DF0 (or 0xC95DF0) is known color: Medium Orchid. HEX triplet: C9, 5D and F0. RGB value is (201,93,240). Sum of RGB (Red+Green+Blue) = 201+93+240=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #C95DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DF0 is #36A20F. Grayscale: #8D8D8D. Windows color (decimal): -3580432 or 15752649. OLE color: 15752649.
HSL color Cylindrical-coordinate representation of color #C95DF0: hue angle of 284.08º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95DF0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 93 | 240 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.06 |
| HSL | 284.08º | 0.83% | 0.65% | - |
| HSV(B) | 284.08º | 0.61% | 0.94% | - |
| XYZ | 43.73 | 26.54 | 85.26 | - |
| YUV | 142.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 240 | 0.16 | 0.61 | 0 | 0.06 | 284.08 | 0.83 | 0.65 |
| Hex | C9 | 5D | F0 | 10 | 3D | 0 | 6 | 11C | 53 | 41 |
| Octal | 311 | 135 | 360 | 20 | 75 | 0 | 6 | 434 | 123 | 101 |
| Binary | 11001001 | 1011101 | 11110000 | 10000 | 111101 | 0 | 110 | 100011100 | 1010011 | 1000001 |
Color Harmonies of #C95DF0
Complementary color
Monochromatic Colors of #C95DF0
Black with #C95DF0
Text Example
Text Example
White with #C95DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DF0; }
p { color: rgb(201,93,240); }
H1.HeaderClassName
{
color: #C95DF0;
}
.AnyTagClassName
{
color: #C95DF0;
}
</style>
background-color css
<style>
a { background-color: #C95DF0; }
a { background-color: rgb(201,93,240); }
div.DivClassName
{
background-color: #C95DF0;
}
.BgClassName
{
background-color: #C95DF0;
}
</style>
border-color css
<style>
span { border-color: #C95DF0; }
span { border-color: rgb(201,93,240); }
td.TdClassName
{
border-color: #C95DF0;
}
.TagClassName
{
border-color: #C95DF0;
}
</style>