Shades of Orchid #ED72DF
Tints of Orchid #ED72DF
RGB
CMYK
RGB Variations
Color information
#ED72DF (or 0xED72DF) is known color: Orchid. HEX triplet: ED, 72 and DF. RGB value is (237,114,223). Sum of RGB (Red+Green+Blue) = 237+114+223=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72DF is #128D20. Grayscale: #A2A2A2. Windows color (decimal): -1215777 or 14643949. OLE color: 14643949.
HSL color Cylindrical-coordinate representation of color #ED72DF: hue angle of 306.83º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED72DF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 223 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 306.83º | 0.77% | 0.69% | - |
| HSV(B) | 306.83º | 0.52% | 0.93% | - |
| XYZ | 54.26 | 35.37 | 73.78 | - |
| YUV | 163.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 223 | 0 | 0.52 | 0.06 | 0.07 | 306.83 | 0.77 | 0.69 |
| Hex | ED | 72 | DF | 0 | 34 | 6 | 7 | 133 | 4D | 45 |
| Octal | 355 | 162 | 337 | 0 | 64 | 6 | 7 | 463 | 115 | 105 |
| Binary | 11101101 | 1110010 | 11011111 | 0 | 110100 | 110 | 111 | 100110011 | 1001101 | 1000101 |
Color Harmonies of #ED72DF
Complementary color
Monochromatic Colors of #ED72DF
Black with #ED72DF
Text Example
Text Example
White with #ED72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED72DF; }
p { color: rgb(237,114,223); }
H1.HeaderClassName
{
color: #ED72DF;
}
.AnyTagClassName
{
color: #ED72DF;
}
</style>
background-color css
<style>
a { background-color: #ED72DF; }
a { background-color: rgb(237,114,223); }
div.DivClassName
{
background-color: #ED72DF;
}
.BgClassName
{
background-color: #ED72DF;
}
</style>
border-color css
<style>
span { border-color: #ED72DF; }
span { border-color: rgb(237,114,223); }
td.TdClassName
{
border-color: #ED72DF;
}
.TagClassName
{
border-color: #ED72DF;
}
</style>