Shades of Medium Orchid #C955DE
Tints of Medium Orchid #C955DE
RGB
CMYK
RGB Variations
Color information
#C955DE (or 0xC955DE) is known color: Medium Orchid. HEX triplet: C9, 55 and DE. RGB value is (201,85,222). Sum of RGB (Red+Green+Blue) = 201+85+222=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #C955DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955DE is #36AA21. Grayscale: #868686. Windows color (decimal): -3582498 or 14570953. OLE color: 14570953.
HSL color Cylindrical-coordinate representation of color #C955DE: hue angle of 290.8º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C955DE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 85 | 222 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 290.8º | 0.67% | 0.6% | - |
| HSV(B) | 290.8º | 0.62% | 0.87% | - |
| XYZ | 40.52 | 24.19 | 71.64 | - |
| YUV | 135.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 222 | 0.09 | 0.62 | 0 | 0.13 | 290.8 | 0.67 | 0.6 |
| Hex | C9 | 55 | DE | 9 | 3E | 0 | D | 123 | 43 | 3C |
| Octal | 311 | 125 | 336 | 11 | 76 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001001 | 1010101 | 11011110 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C955DE
Complementary color
Monochromatic Colors of #C955DE
Black with #C955DE
Text Example
Text Example
White with #C955DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955DE; }
p { color: rgb(201,85,222); }
H1.HeaderClassName
{
color: #C955DE;
}
.AnyTagClassName
{
color: #C955DE;
}
</style>
background-color css
<style>
a { background-color: #C955DE; }
a { background-color: rgb(201,85,222); }
div.DivClassName
{
background-color: #C955DE;
}
.BgClassName
{
background-color: #C955DE;
}
</style>
border-color css
<style>
span { border-color: #C955DE; }
span { border-color: rgb(201,85,222); }
td.TdClassName
{
border-color: #C955DE;
}
.TagClassName
{
border-color: #C955DE;
}
</style>