Shades of Medium Orchid #C072DD
Tints of Medium Orchid #C072DD
RGB
CMYK
RGB Variations
Color information
#C072DD (or 0xC072DD) is known color: Medium Orchid. HEX triplet: C0, 72 and DD. RGB value is (192,114,221). Sum of RGB (Red+Green+Blue) = 192+114+221=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C072DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DD is #3F8D22. Grayscale: #959595. Windows color (decimal): -4164899 or 14512832. OLE color: 14512832.
HSL color Cylindrical-coordinate representation of color #C072DD: hue angle of 283.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C072DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 114 | 221 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.74º | 0.61% | 0.66% | - |
| HSV(B) | 283.74º | 0.48% | 0.87% | - |
| XYZ | 40.81 | 28.46 | 71.75 | - |
| YUV | 149.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 221 | 0.13 | 0.48 | 0 | 0.13 | 283.74 | 0.61 | 0.66 |
| Hex | C0 | 72 | DD | D | 30 | 0 | D | 11C | 3D | 42 |
| Octal | 300 | 162 | 335 | 15 | 60 | 0 | 15 | 434 | 75 | 102 |
| Binary | 11000000 | 1110010 | 11011101 | 1101 | 110000 | 0 | 1101 | 100011100 | 111101 | 1000010 |
Color Harmonies of #C072DD
Complementary color
Monochromatic Colors of #C072DD
Black with #C072DD
Text Example
Text Example
White with #C072DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072DD; }
p { color: rgb(192,114,221); }
H1.HeaderClassName
{
color: #C072DD;
}
.AnyTagClassName
{
color: #C072DD;
}
</style>
background-color css
<style>
a { background-color: #C072DD; }
a { background-color: rgb(192,114,221); }
div.DivClassName
{
background-color: #C072DD;
}
.BgClassName
{
background-color: #C072DD;
}
</style>
border-color css
<style>
span { border-color: #C072DD; }
span { border-color: rgb(192,114,221); }
td.TdClassName
{
border-color: #C072DD;
}
.TagClassName
{
border-color: #C072DD;
}
</style>