Shades of Medium Orchid #C958DB
Tints of Medium Orchid #C958DB
RGB
CMYK
RGB Variations
Color information
#C958DB (or 0xC958DB) is known color: Medium Orchid. HEX triplet: C9, 58 and DB. RGB value is (201,88,219). Sum of RGB (Red+Green+Blue) = 201+88+219=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C958DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958DB is #36A724. Grayscale: #888888. Windows color (decimal): -3581733 or 14375113. OLE color: 14375113.
HSL color Cylindrical-coordinate representation of color #C958DB: hue angle of 291.76º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C958DB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 88 | 219 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.14 |
| HSL | 291.76º | 0.65% | 0.6% | - |
| HSV(B) | 291.76º | 0.6% | 0.86% | - |
| XYZ | 40.36 | 24.51 | 69.62 | - |
| YUV | 136.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 219 | 0.08 | 0.60 | 0 | 0.14 | 291.76 | 0.65 | 0.6 |
| Hex | C9 | 58 | DB | 8 | 3C | 0 | E | 124 | 41 | 3C |
| Octal | 311 | 130 | 333 | 10 | 74 | 0 | 16 | 444 | 101 | 74 |
| Binary | 11001001 | 1011000 | 11011011 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000001 | 111100 |
Color Harmonies of #C958DB
Complementary color
Monochromatic Colors of #C958DB
Black with #C958DB
Text Example
Text Example
White with #C958DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958DB; }
p { color: rgb(201,88,219); }
H1.HeaderClassName
{
color: #C958DB;
}
.AnyTagClassName
{
color: #C958DB;
}
</style>
background-color css
<style>
a { background-color: #C958DB; }
a { background-color: rgb(201,88,219); }
div.DivClassName
{
background-color: #C958DB;
}
.BgClassName
{
background-color: #C958DB;
}
</style>
border-color css
<style>
span { border-color: #C958DB; }
span { border-color: rgb(201,88,219); }
td.TdClassName
{
border-color: #C958DB;
}
.TagClassName
{
border-color: #C958DB;
}
</style>