Shades of Medium Orchid #C955DD
Tints of Medium Orchid #C955DD
RGB
CMYK
RGB Variations
Color information
#C955DD (or 0xC955DD) is known color: Medium Orchid. HEX triplet: C9, 55 and DD. RGB value is (201,85,221). Sum of RGB (Red+Green+Blue) = 201+85+221=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C955DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955DD is #36AA22. Grayscale: #868686. Windows color (decimal): -3582499 or 14505417. OLE color: 14505417.
HSL color Cylindrical-coordinate representation of color #C955DD: hue angle of 291.18º 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 #C955DD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 85 | 221 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.13 |
| HSL | 291.18º | 0.67% | 0.6% | - |
| HSV(B) | 291.18º | 0.62% | 0.87% | - |
| XYZ | 40.39 | 24.13 | 70.94 | - |
| YUV | 135.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 221 | 0.09 | 0.62 | 0 | 0.13 | 291.18 | 0.67 | 0.6 |
| Hex | C9 | 55 | DD | 9 | 3E | 0 | D | 123 | 43 | 3C |
| Octal | 311 | 125 | 335 | 11 | 76 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001001 | 1010101 | 11011101 | 1001 | 111110 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C955DD
Complementary color
Monochromatic Colors of #C955DD
Black with #C955DD
Text Example
Text Example
White with #C955DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955DD; }
p { color: rgb(201,85,221); }
H1.HeaderClassName
{
color: #C955DD;
}
.AnyTagClassName
{
color: #C955DD;
}
</style>
background-color css
<style>
a { background-color: #C955DD; }
a { background-color: rgb(201,85,221); }
div.DivClassName
{
background-color: #C955DD;
}
.BgClassName
{
background-color: #C955DD;
}
</style>
border-color css
<style>
span { border-color: #C955DD; }
span { border-color: rgb(201,85,221); }
td.TdClassName
{
border-color: #C955DD;
}
.TagClassName
{
border-color: #C955DD;
}
</style>