Shades of Medium Orchid #C957DB
Tints of Medium Orchid #C957DB
RGB
CMYK
RGB Variations
Color information
#C957DB (or 0xC957DB) is known color: Medium Orchid. HEX triplet: C9, 57 and DB. RGB value is (201,87,219). Sum of RGB (Red+Green+Blue) = 201+87+219=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C957DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957DB is #36A824. Grayscale: #878787. Windows color (decimal): -3581989 or 14374857. OLE color: 14374857.
HSL color Cylindrical-coordinate representation of color #C957DB: hue angle of 291.82º 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 #C957DB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 87 | 219 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.14 |
| HSL | 291.82º | 0.65% | 0.6% | - |
| HSV(B) | 291.82º | 0.6% | 0.86% | - |
| XYZ | 40.28 | 24.35 | 69.59 | - |
| YUV | 136.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 219 | 0.08 | 0.60 | 0 | 0.14 | 291.82 | 0.65 | 0.6 |
| Hex | C9 | 57 | DB | 8 | 3C | 0 | E | 124 | 41 | 3C |
| Octal | 311 | 127 | 333 | 10 | 74 | 0 | 16 | 444 | 101 | 74 |
| Binary | 11001001 | 1010111 | 11011011 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000001 | 111100 |
Color Harmonies of #C957DB
Complementary color
Monochromatic Colors of #C957DB
Black with #C957DB
Text Example
Text Example
White with #C957DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957DB; }
p { color: rgb(201,87,219); }
H1.HeaderClassName
{
color: #C957DB;
}
.AnyTagClassName
{
color: #C957DB;
}
</style>
background-color css
<style>
a { background-color: #C957DB; }
a { background-color: rgb(201,87,219); }
div.DivClassName
{
background-color: #C957DB;
}
.BgClassName
{
background-color: #C957DB;
}
</style>
border-color css
<style>
span { border-color: #C957DB; }
span { border-color: rgb(201,87,219); }
td.TdClassName
{
border-color: #C957DB;
}
.TagClassName
{
border-color: #C957DB;
}
</style>