Shades of Medium Orchid #C95CDB
Tints of Medium Orchid #C95CDB
RGB
CMYK
RGB Variations
Color information
#C95CDB (or 0xC95CDB) is known color: Medium Orchid. HEX triplet: C9, 5C and DB. RGB value is (201,92,219). Sum of RGB (Red+Green+Blue) = 201+92+219=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C95CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CDB is #36A324. Grayscale: #8A8A8A. Windows color (decimal): -3580709 or 14376137. OLE color: 14376137.
HSL color Cylindrical-coordinate representation of color #C95CDB: hue angle of 291.5º 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 #C95CDB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 92 | 219 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 291.5º | 0.64% | 0.61% | - |
| HSV(B) | 291.5º | 0.58% | 0.86% | - |
| XYZ | 40.7 | 25.19 | 69.73 | - |
| YUV | 139.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 219 | 0.08 | 0.58 | 0 | 0.14 | 291.5 | 0.64 | 0.61 |
| Hex | C9 | 5C | DB | 8 | 3A | 0 | E | 123 | 40 | 3D |
| Octal | 311 | 134 | 333 | 10 | 72 | 0 | 16 | 443 | 100 | 75 |
| Binary | 11001001 | 1011100 | 11011011 | 1000 | 111010 | 0 | 1110 | 100100011 | 1000000 | 111101 |
Color Harmonies of #C95CDB
Complementary color
Monochromatic Colors of #C95CDB
Black with #C95CDB
Text Example
Text Example
White with #C95CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CDB; }
p { color: rgb(201,92,219); }
H1.HeaderClassName
{
color: #C95CDB;
}
.AnyTagClassName
{
color: #C95CDB;
}
</style>
background-color css
<style>
a { background-color: #C95CDB; }
a { background-color: rgb(201,92,219); }
div.DivClassName
{
background-color: #C95CDB;
}
.BgClassName
{
background-color: #C95CDB;
}
</style>
border-color css
<style>
span { border-color: #C95CDB; }
span { border-color: rgb(201,92,219); }
td.TdClassName
{
border-color: #C95CDB;
}
.TagClassName
{
border-color: #C95CDB;
}
</style>