Shades of Medium Orchid #C95BDB
Tints of Medium Orchid #C95BDB
RGB
CMYK
RGB Variations
Color information
#C95BDB (or 0xC95BDB) is known color: Medium Orchid. HEX triplet: C9, 5B and DB. RGB value is (201,91,219). Sum of RGB (Red+Green+Blue) = 201+91+219=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C95BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BDB is #36A424. Grayscale: #8A8A8A. Windows color (decimal): -3580965 or 14375881. OLE color: 14375881.
HSL color Cylindrical-coordinate representation of color #C95BDB: hue angle of 291.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95BDB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 91 | 219 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 291.56º | 0.64% | 0.61% | - |
| HSV(B) | 291.56º | 0.58% | 0.86% | - |
| XYZ | 40.61 | 25.01 | 69.71 | - |
| YUV | 138.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 219 | 0.08 | 0.58 | 0 | 0.14 | 291.56 | 0.64 | 0.61 |
| Hex | C9 | 5B | DB | 8 | 3A | 0 | E | 124 | 40 | 3D |
| Octal | 311 | 133 | 333 | 10 | 72 | 0 | 16 | 444 | 100 | 75 |
| Binary | 11001001 | 1011011 | 11011011 | 1000 | 111010 | 0 | 1110 | 100100100 | 1000000 | 111101 |
Color Harmonies of #C95BDB
Complementary color
Monochromatic Colors of #C95BDB
Black with #C95BDB
Text Example
Text Example
White with #C95BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BDB; }
p { color: rgb(201,91,219); }
H1.HeaderClassName
{
color: #C95BDB;
}
.AnyTagClassName
{
color: #C95BDB;
}
</style>
background-color css
<style>
a { background-color: #C95BDB; }
a { background-color: rgb(201,91,219); }
div.DivClassName
{
background-color: #C95BDB;
}
.BgClassName
{
background-color: #C95BDB;
}
</style>
border-color css
<style>
span { border-color: #C95BDB; }
span { border-color: rgb(201,91,219); }
td.TdClassName
{
border-color: #C95BDB;
}
.TagClassName
{
border-color: #C95BDB;
}
</style>