Shades of Medium Orchid #C734DB
Tints of Medium Orchid #C734DB
RGB
CMYK
RGB Variations
Color information
#C734DB (or 0xC734DB) is known color: Medium Orchid. HEX triplet: C7, 34 and DB. RGB value is (199,52,219). Sum of RGB (Red+Green+Blue) = 199+52+219=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C734DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734DB is #38CB24. Grayscale: #727272. Windows color (decimal): -3722021 or 14365895. OLE color: 14365895.
HSL color Cylindrical-coordinate representation of color #C734DB: hue angle of 292.81º 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 #C734DB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 52 | 219 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.14 |
| HSL | 292.81º | 0.7% | 0.53% | - |
| HSV(B) | 292.81º | 0.76% | 0.86% | - |
| XYZ | 37.57 | 19.71 | 68.84 | - |
| YUV | 114.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 219 | 0.09 | 0.76 | 0 | 0.14 | 292.81 | 0.7 | 0.53 |
| Hex | C7 | 34 | DB | 9 | 4C | 0 | E | 125 | 46 | 35 |
| Octal | 307 | 64 | 333 | 11 | 114 | 0 | 16 | 445 | 106 | 65 |
| Binary | 11000111 | 110100 | 11011011 | 1001 | 1001100 | 0 | 1110 | 100100101 | 1000110 | 110101 |
Color Harmonies of #C734DB
Complementary color
Monochromatic Colors of #C734DB
Black with #C734DB
Text Example
Text Example
White with #C734DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734DB; }
p { color: rgb(199,52,219); }
H1.HeaderClassName
{
color: #C734DB;
}
.AnyTagClassName
{
color: #C734DB;
}
</style>
background-color css
<style>
a { background-color: #C734DB; }
a { background-color: rgb(199,52,219); }
div.DivClassName
{
background-color: #C734DB;
}
.BgClassName
{
background-color: #C734DB;
}
</style>
border-color css
<style>
span { border-color: #C734DB; }
span { border-color: rgb(199,52,219); }
td.TdClassName
{
border-color: #C734DB;
}
.TagClassName
{
border-color: #C734DB;
}
</style>