Shades of Medium Orchid #C734DC
Tints of Medium Orchid #C734DC
RGB
CMYK
RGB Variations
Color information
#C734DC (or 0xC734DC) is known color: Medium Orchid. HEX triplet: C7, 34 and DC. RGB value is (199,52,220). Sum of RGB (Red+Green+Blue) = 199+52+220=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #C734DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734DC is #38CB23. Grayscale: #727272. Windows color (decimal): -3722020 or 14431431. OLE color: 14431431.
HSL color Cylindrical-coordinate representation of color #C734DC: hue angle of 292.5º degrees, saturation: 0.71, 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 #C734DC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 52 | 220 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 292.5º | 0.71% | 0.53% | - |
| HSV(B) | 292.5º | 0.76% | 0.86% | - |
| XYZ | 37.7 | 19.77 | 69.54 | - |
| YUV | 115.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 220 | 0.10 | 0.76 | 0 | 0.14 | 292.5 | 0.71 | 0.53 |
| Hex | C7 | 34 | DC | A | 4C | 0 | E | 124 | 47 | 35 |
| Octal | 307 | 64 | 334 | 12 | 114 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000111 | 110100 | 11011100 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C734DC
Complementary color
Monochromatic Colors of #C734DC
Black with #C734DC
Text Example
Text Example
White with #C734DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734DC; }
p { color: rgb(199,52,220); }
H1.HeaderClassName
{
color: #C734DC;
}
.AnyTagClassName
{
color: #C734DC;
}
</style>
background-color css
<style>
a { background-color: #C734DC; }
a { background-color: rgb(199,52,220); }
div.DivClassName
{
background-color: #C734DC;
}
.BgClassName
{
background-color: #C734DC;
}
</style>
border-color css
<style>
span { border-color: #C734DC; }
span { border-color: rgb(199,52,220); }
td.TdClassName
{
border-color: #C734DC;
}
.TagClassName
{
border-color: #C734DC;
}
</style>