Shades of Medium Orchid #C072CB
Tints of Medium Orchid #C072CB
RGB
CMYK
RGB Variations
Color information
#C072CB (or 0xC072CB) is known color: Medium Orchid. HEX triplet: C0, 72 and CB. RGB value is (192,114,203). Sum of RGB (Red+Green+Blue) = 192+114+203=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C072CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CB is #3F8D34. Grayscale: #939393. Windows color (decimal): -4164917 or 13333184. OLE color: 13333184.
HSL color Cylindrical-coordinate representation of color #C072CB: hue angle of 292.58º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C072CB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 114 | 203 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.20 |
| HSL | 292.58º | 0.46% | 0.62% | - |
| HSV(B) | 292.58º | 0.44% | 0.8% | - |
| XYZ | 38.54 | 27.55 | 59.79 | - |
| YUV | 147.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 203 | 0.05 | 0.44 | 0 | 0.20 | 292.58 | 0.46 | 0.62 |
| Hex | C0 | 72 | CB | 5 | 2C | 0 | 14 | 125 | 2E | 3E |
| Octal | 300 | 162 | 313 | 5 | 54 | 0 | 24 | 445 | 56 | 76 |
| Binary | 11000000 | 1110010 | 11001011 | 101 | 101100 | 0 | 10100 | 100100101 | 101110 | 111110 |
Color Harmonies of #C072CB
Complementary color
Monochromatic Colors of #C072CB
Black with #C072CB
Text Example
Text Example
White with #C072CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072CB; }
p { color: rgb(192,114,203); }
H1.HeaderClassName
{
color: #C072CB;
}
.AnyTagClassName
{
color: #C072CB;
}
</style>
background-color css
<style>
a { background-color: #C072CB; }
a { background-color: rgb(192,114,203); }
div.DivClassName
{
background-color: #C072CB;
}
.BgClassName
{
background-color: #C072CB;
}
</style>
border-color css
<style>
span { border-color: #C072CB; }
span { border-color: rgb(192,114,203); }
td.TdClassName
{
border-color: #C072CB;
}
.TagClassName
{
border-color: #C072CB;
}
</style>