Shades of Medium Orchid #C072DF
Tints of Medium Orchid #C072DF
RGB
CMYK
RGB Variations
Color information
#C072DF (or 0xC072DF) is known color: Medium Orchid. HEX triplet: C0, 72 and DF. RGB value is (192,114,223). Sum of RGB (Red+Green+Blue) = 192+114+223=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C072DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DF is #3F8D20. Grayscale: #959595. Windows color (decimal): -4164897 or 14643904. OLE color: 14643904.
HSL color Cylindrical-coordinate representation of color #C072DF: hue angle of 282.94º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C072DF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 114 | 223 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.13 |
| HSL | 282.94º | 0.63% | 0.66% | - |
| HSV(B) | 282.94º | 0.49% | 0.87% | - |
| XYZ | 41.07 | 28.57 | 73.16 | - |
| YUV | 149.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 223 | 0.14 | 0.49 | 0 | 0.13 | 282.94 | 0.63 | 0.66 |
| Hex | C0 | 72 | DF | E | 31 | 0 | D | 11B | 3F | 42 |
| Octal | 300 | 162 | 337 | 16 | 61 | 0 | 15 | 433 | 77 | 102 |
| Binary | 11000000 | 1110010 | 11011111 | 1110 | 110001 | 0 | 1101 | 100011011 | 111111 | 1000010 |
Color Harmonies of #C072DF
Complementary color
Monochromatic Colors of #C072DF
Black with #C072DF
Text Example
Text Example
White with #C072DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072DF; }
p { color: rgb(192,114,223); }
H1.HeaderClassName
{
color: #C072DF;
}
.AnyTagClassName
{
color: #C072DF;
}
</style>
background-color css
<style>
a { background-color: #C072DF; }
a { background-color: rgb(192,114,223); }
div.DivClassName
{
background-color: #C072DF;
}
.BgClassName
{
background-color: #C072DF;
}
</style>
border-color css
<style>
span { border-color: #C072DF; }
span { border-color: rgb(192,114,223); }
td.TdClassName
{
border-color: #C072DF;
}
.TagClassName
{
border-color: #C072DF;
}
</style>