Shades of Medium Orchid #C955DB
Tints of Medium Orchid #C955DB
RGB
CMYK
RGB Variations
Color information
#C955DB (or 0xC955DB) is known color: Medium Orchid. HEX triplet: C9, 55 and DB. RGB value is (201,85,219). Sum of RGB (Red+Green+Blue) = 201+85+219=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C955DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955DB is #36AA24. Grayscale: #868686. Windows color (decimal): -3582501 or 14374345. OLE color: 14374345.
HSL color Cylindrical-coordinate representation of color #C955DB: hue angle of 291.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C955DB is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 85 | 219 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.14 |
| HSL | 291.94º | 0.65% | 0.6% | - |
| HSV(B) | 291.94º | 0.61% | 0.86% | - |
| XYZ | 40.12 | 24.03 | 69.54 | - |
| YUV | 134.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 219 | 0.08 | 0.61 | 0 | 0.14 | 291.94 | 0.65 | 0.6 |
| Hex | C9 | 55 | DB | 8 | 3D | 0 | E | 124 | 41 | 3C |
| Octal | 311 | 125 | 333 | 10 | 75 | 0 | 16 | 444 | 101 | 74 |
| Binary | 11001001 | 1010101 | 11011011 | 1000 | 111101 | 0 | 1110 | 100100100 | 1000001 | 111100 |
Color Harmonies of #C955DB
Complementary color
Monochromatic Colors of #C955DB
Black with #C955DB
Text Example
Text Example
White with #C955DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955DB; }
p { color: rgb(201,85,219); }
H1.HeaderClassName
{
color: #C955DB;
}
.AnyTagClassName
{
color: #C955DB;
}
</style>
background-color css
<style>
a { background-color: #C955DB; }
a { background-color: rgb(201,85,219); }
div.DivClassName
{
background-color: #C955DB;
}
.BgClassName
{
background-color: #C955DB;
}
</style>
border-color css
<style>
span { border-color: #C955DB; }
span { border-color: rgb(201,85,219); }
td.TdClassName
{
border-color: #C955DB;
}
.TagClassName
{
border-color: #C955DB;
}
</style>