Shades of Medium Orchid #C072D1
Tints of Medium Orchid #C072D1
RGB
CMYK
RGB Variations
Color information
#C072D1 (or 0xC072D1) is known color: Medium Orchid. HEX triplet: C0, 72 and D1. RGB value is (192,114,209). Sum of RGB (Red+Green+Blue) = 192+114+209=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #C072D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072D1 is #3F8D2E. Grayscale: #939393. Windows color (decimal): -4164911 or 13726400. OLE color: 13726400.
HSL color Cylindrical-coordinate representation of color #C072D1: hue angle of 289.26º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C072D1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 114 | 209 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.18 |
| HSL | 289.26º | 0.51% | 0.63% | - |
| HSV(B) | 289.26º | 0.45% | 0.82% | - |
| XYZ | 39.26 | 27.84 | 63.63 | - |
| YUV | 148.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 209 | 0.08 | 0.45 | 0 | 0.18 | 289.26 | 0.51 | 0.63 |
| Hex | C0 | 72 | D1 | 8 | 2D | 0 | 12 | 121 | 33 | 3F |
| Octal | 300 | 162 | 321 | 10 | 55 | 0 | 22 | 441 | 63 | 77 |
| Binary | 11000000 | 1110010 | 11010001 | 1000 | 101101 | 0 | 10010 | 100100001 | 110011 | 111111 |
Color Harmonies of #C072D1
Complementary color
Monochromatic Colors of #C072D1
Black with #C072D1
Text Example
Text Example
White with #C072D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072D1; }
p { color: rgb(192,114,209); }
H1.HeaderClassName
{
color: #C072D1;
}
.AnyTagClassName
{
color: #C072D1;
}
</style>
background-color css
<style>
a { background-color: #C072D1; }
a { background-color: rgb(192,114,209); }
div.DivClassName
{
background-color: #C072D1;
}
.BgClassName
{
background-color: #C072D1;
}
</style>
border-color css
<style>
span { border-color: #C072D1; }
span { border-color: rgb(192,114,209); }
td.TdClassName
{
border-color: #C072D1;
}
.TagClassName
{
border-color: #C072D1;
}
</style>