Shades of Medium Orchid #C072DE
Tints of Medium Orchid #C072DE
RGB
CMYK
RGB Variations
Color information
#C072DE (or 0xC072DE) is known color: Medium Orchid. HEX triplet: C0, 72 and DE. RGB value is (192,114,222). Sum of RGB (Red+Green+Blue) = 192+114+222=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C072DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DE is #3F8D21. Grayscale: #959595. Windows color (decimal): -4164898 or 14578368. OLE color: 14578368.
HSL color Cylindrical-coordinate representation of color #C072DE: hue angle of 283.33º degrees, saturation: 0.62, 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 #C072DE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 114 | 222 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.13 |
| HSL | 283.33º | 0.62% | 0.66% | - |
| HSV(B) | 283.33º | 0.49% | 0.87% | - |
| XYZ | 40.94 | 28.52 | 72.45 | - |
| YUV | 149.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 222 | 0.14 | 0.49 | 0 | 0.13 | 283.33 | 0.62 | 0.66 |
| Hex | C0 | 72 | DE | E | 31 | 0 | D | 11B | 3E | 42 |
| Octal | 300 | 162 | 336 | 16 | 61 | 0 | 15 | 433 | 76 | 102 |
| Binary | 11000000 | 1110010 | 11011110 | 1110 | 110001 | 0 | 1101 | 100011011 | 111110 | 1000010 |
Color Harmonies of #C072DE
Complementary color
Monochromatic Colors of #C072DE
Black with #C072DE
Text Example
Text Example
White with #C072DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072DE; }
p { color: rgb(192,114,222); }
H1.HeaderClassName
{
color: #C072DE;
}
.AnyTagClassName
{
color: #C072DE;
}
</style>
background-color css
<style>
a { background-color: #C072DE; }
a { background-color: rgb(192,114,222); }
div.DivClassName
{
background-color: #C072DE;
}
.BgClassName
{
background-color: #C072DE;
}
</style>
border-color css
<style>
span { border-color: #C072DE; }
span { border-color: rgb(192,114,222); }
td.TdClassName
{
border-color: #C072DE;
}
.TagClassName
{
border-color: #C072DE;
}
</style>