Shades of Orchid #DC72DF
Tints of Orchid #DC72DF
RGB
CMYK
RGB Variations
Color information
#DC72DF (or 0xDC72DF) is known color: Orchid. HEX triplet: DC, 72 and DF. RGB value is (220,114,223). Sum of RGB (Red+Green+Blue) = 220+114+223=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72DF is #238D20. Grayscale: #9D9D9D. Windows color (decimal): -2329889 or 14643932. OLE color: 14643932.
HSL color Cylindrical-coordinate representation of color #DC72DF: hue angle of 298.35º 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 #DC72DF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 114 | 223 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.35º | 0.63% | 0.66% | - |
| HSV(B) | 298.35º | 0.49% | 0.87% | - |
| XYZ | 48.85 | 32.58 | 73.53 | - |
| YUV | 158.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 223 | 0.01 | 0.49 | 0 | 0.13 | 298.35 | 0.63 | 0.66 |
| Hex | DC | 72 | DF | 1 | 31 | 0 | D | 12A | 3F | 42 |
| Octal | 334 | 162 | 337 | 1 | 61 | 0 | 15 | 452 | 77 | 102 |
| Binary | 11011100 | 1110010 | 11011111 | 1 | 110001 | 0 | 1101 | 100101010 | 111111 | 1000010 |
Color Harmonies of #DC72DF
Complementary color
Monochromatic Colors of #DC72DF
Black with #DC72DF
Text Example
Text Example
White with #DC72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72DF; }
p { color: rgb(220,114,223); }
H1.HeaderClassName
{
color: #DC72DF;
}
.AnyTagClassName
{
color: #DC72DF;
}
</style>
background-color css
<style>
a { background-color: #DC72DF; }
a { background-color: rgb(220,114,223); }
div.DivClassName
{
background-color: #DC72DF;
}
.BgClassName
{
background-color: #DC72DF;
}
</style>
border-color css
<style>
span { border-color: #DC72DF; }
span { border-color: rgb(220,114,223); }
td.TdClassName
{
border-color: #DC72DF;
}
.TagClassName
{
border-color: #DC72DF;
}
</style>