Shades of Medium Orchid #C95DDE
Tints of Medium Orchid #C95DDE
RGB
CMYK
RGB Variations
Color information
#C95DDE (or 0xC95DDE) is known color: Medium Orchid. HEX triplet: C9, 5D and DE. RGB value is (201,93,222). Sum of RGB (Red+Green+Blue) = 201+93+222=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #C95DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDE is #36A221. Grayscale: #8B8B8B. Windows color (decimal): -3580450 or 14573001. OLE color: 14573001.
HSL color Cylindrical-coordinate representation of color #C95DDE: hue angle of 290.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DDE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 93 | 222 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 290.23º | 0.66% | 0.62% | - |
| HSV(B) | 290.23º | 0.58% | 0.87% | - |
| XYZ | 41.19 | 25.52 | 71.86 | - |
| YUV | 140 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 222 | 0.09 | 0.58 | 0 | 0.13 | 290.23 | 0.66 | 0.62 |
| Hex | C9 | 5D | DE | 9 | 3A | 0 | D | 122 | 42 | 3E |
| Octal | 311 | 135 | 336 | 11 | 72 | 0 | 15 | 442 | 102 | 76 |
| Binary | 11001001 | 1011101 | 11011110 | 1001 | 111010 | 0 | 1101 | 100100010 | 1000010 | 111110 |
Color Harmonies of #C95DDE
Complementary color
Monochromatic Colors of #C95DDE
Black with #C95DDE
Text Example
Text Example
White with #C95DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DDE; }
p { color: rgb(201,93,222); }
H1.HeaderClassName
{
color: #C95DDE;
}
.AnyTagClassName
{
color: #C95DDE;
}
</style>
background-color css
<style>
a { background-color: #C95DDE; }
a { background-color: rgb(201,93,222); }
div.DivClassName
{
background-color: #C95DDE;
}
.BgClassName
{
background-color: #C95DDE;
}
</style>
border-color css
<style>
span { border-color: #C95DDE; }
span { border-color: rgb(201,93,222); }
td.TdClassName
{
border-color: #C95DDE;
}
.TagClassName
{
border-color: #C95DDE;
}
</style>