Shades of Medium Orchid #C934DB
Tints of Medium Orchid #C934DB
RGB
CMYK
RGB Variations
Color information
#C934DB (or 0xC934DB) is known color: Medium Orchid. HEX triplet: C9, 34 and DB. RGB value is (201,52,219). Sum of RGB (Red+Green+Blue) = 201+52+219=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #C934DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934DB is #36CB24. Grayscale: #737373. Windows color (decimal): -3590949 or 14365897. OLE color: 14365897.
HSL color Cylindrical-coordinate representation of color #C934DB: hue angle of 293.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C934DB is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 52 | 219 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.14 |
| HSL | 293.53º | 0.7% | 0.53% | - |
| HSV(B) | 293.53º | 0.76% | 0.86% | - |
| XYZ | 38.1 | 19.99 | 68.87 | - |
| YUV | 115.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 219 | 0.08 | 0.76 | 0 | 0.14 | 293.53 | 0.7 | 0.53 |
| Hex | C9 | 34 | DB | 8 | 4C | 0 | E | 126 | 46 | 35 |
| Octal | 311 | 64 | 333 | 10 | 114 | 0 | 16 | 446 | 106 | 65 |
| Binary | 11001001 | 110100 | 11011011 | 1000 | 1001100 | 0 | 1110 | 100100110 | 1000110 | 110101 |
Color Harmonies of #C934DB
Complementary color
Monochromatic Colors of #C934DB
Black with #C934DB
Text Example
Text Example
White with #C934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934DB; }
p { color: rgb(201,52,219); }
H1.HeaderClassName
{
color: #C934DB;
}
.AnyTagClassName
{
color: #C934DB;
}
</style>
background-color css
<style>
a { background-color: #C934DB; }
a { background-color: rgb(201,52,219); }
div.DivClassName
{
background-color: #C934DB;
}
.BgClassName
{
background-color: #C934DB;
}
</style>
border-color css
<style>
span { border-color: #C934DB; }
span { border-color: rgb(201,52,219); }
td.TdClassName
{
border-color: #C934DB;
}
.TagClassName
{
border-color: #C934DB;
}
</style>