Shades of Medium Orchid #C072DB
Tints of Medium Orchid #C072DB
RGB
CMYK
RGB Variations
Color information
#C072DB (or 0xC072DB) is known color: Medium Orchid. HEX triplet: C0, 72 and DB. RGB value is (192,114,219). Sum of RGB (Red+Green+Blue) = 192+114+219=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C072DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DB is #3F8D24. Grayscale: #949494. Windows color (decimal): -4164901 or 14381760. OLE color: 14381760.
HSL color Cylindrical-coordinate representation of color #C072DB: hue angle of 284.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C072DB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 114 | 219 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.14 |
| HSL | 284.57º | 0.59% | 0.65% | - |
| HSV(B) | 284.57º | 0.48% | 0.86% | - |
| XYZ | 40.54 | 28.36 | 70.35 | - |
| YUV | 149.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 219 | 0.12 | 0.48 | 0 | 0.14 | 284.57 | 0.59 | 0.65 |
| Hex | C0 | 72 | DB | C | 30 | 0 | E | 11D | 3B | 41 |
| Octal | 300 | 162 | 333 | 14 | 60 | 0 | 16 | 435 | 73 | 101 |
| Binary | 11000000 | 1110010 | 11011011 | 1100 | 110000 | 0 | 1110 | 100011101 | 111011 | 1000001 |
Color Harmonies of #C072DB
Complementary color
Monochromatic Colors of #C072DB
Black with #C072DB
Text Example
Text Example
White with #C072DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072DB; }
p { color: rgb(192,114,219); }
H1.HeaderClassName
{
color: #C072DB;
}
.AnyTagClassName
{
color: #C072DB;
}
</style>
background-color css
<style>
a { background-color: #C072DB; }
a { background-color: rgb(192,114,219); }
div.DivClassName
{
background-color: #C072DB;
}
.BgClassName
{
background-color: #C072DB;
}
</style>
border-color css
<style>
span { border-color: #C072DB; }
span { border-color: rgb(192,114,219); }
td.TdClassName
{
border-color: #C072DB;
}
.TagClassName
{
border-color: #C072DB;
}
</style>