Shades of Medium Orchid #C94FDB
Tints of Medium Orchid #C94FDB
RGB
CMYK
RGB Variations
Color information
#C94FDB (or 0xC94FDB) is known color: Medium Orchid. HEX triplet: C9, 4F and DB. RGB value is (201,79,219). Sum of RGB (Red+Green+Blue) = 201+79+219=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C94FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDB is #36B024. Grayscale: #838383. Windows color (decimal): -3584037 or 14372809. OLE color: 14372809.
HSL color Cylindrical-coordinate representation of color #C94FDB: hue angle of 292.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94FDB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 79 | 219 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.14 |
| HSL | 292.29º | 0.66% | 0.58% | - |
| HSV(B) | 292.29º | 0.64% | 0.86% | - |
| XYZ | 39.67 | 23.12 | 69.39 | - |
| YUV | 131.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 219 | 0.08 | 0.64 | 0 | 0.14 | 292.29 | 0.66 | 0.58 |
| Hex | C9 | 4F | DB | 8 | 40 | 0 | E | 124 | 42 | 3A |
| Octal | 311 | 117 | 333 | 10 | 100 | 0 | 16 | 444 | 102 | 72 |
| Binary | 11001001 | 1001111 | 11011011 | 1000 | 1000000 | 0 | 1110 | 100100100 | 1000010 | 111010 |
Color Harmonies of #C94FDB
Complementary color
Monochromatic Colors of #C94FDB
Black with #C94FDB
Text Example
Text Example
White with #C94FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FDB; }
p { color: rgb(201,79,219); }
H1.HeaderClassName
{
color: #C94FDB;
}
.AnyTagClassName
{
color: #C94FDB;
}
</style>
background-color css
<style>
a { background-color: #C94FDB; }
a { background-color: rgb(201,79,219); }
div.DivClassName
{
background-color: #C94FDB;
}
.BgClassName
{
background-color: #C94FDB;
}
</style>
border-color css
<style>
span { border-color: #C94FDB; }
span { border-color: rgb(201,79,219); }
td.TdClassName
{
border-color: #C94FDB;
}
.TagClassName
{
border-color: #C94FDB;
}
</style>