Shades of Orchid #E672DD
Tints of Orchid #E672DD
RGB
CMYK
RGB Variations
Color information
#E672DD (or 0xE672DD) is known color: Orchid. HEX triplet: E6, 72 and DD. RGB value is (230,114,221). Sum of RGB (Red+Green+Blue) = 230+114+221=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E672DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672DD is #198D22. Grayscale: #A0A0A0. Windows color (decimal): -1674531 or 14512870. OLE color: 14512870.
HSL color Cylindrical-coordinate representation of color #E672DD: hue angle of 304.66º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672DD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 221 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.10 |
| HSL | 304.66º | 0.7% | 0.67% | - |
| HSV(B) | 304.66º | 0.5% | 0.9% | - |
| XYZ | 51.7 | 34.08 | 72.26 | - |
| YUV | 160.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 221 | 0 | 0.50 | 0.04 | 0.10 | 304.66 | 0.7 | 0.67 |
| Hex | E6 | 72 | DD | 0 | 32 | 4 | A | 131 | 46 | 43 |
| Octal | 346 | 162 | 335 | 0 | 62 | 4 | 12 | 461 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11011101 | 0 | 110010 | 100 | 1010 | 100110001 | 1000110 | 1000011 |
Color Harmonies of #E672DD
Complementary color
Monochromatic Colors of #E672DD
Black with #E672DD
Text Example
Text Example
White with #E672DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672DD; }
p { color: rgb(230,114,221); }
H1.HeaderClassName
{
color: #E672DD;
}
.AnyTagClassName
{
color: #E672DD;
}
</style>
background-color css
<style>
a { background-color: #E672DD; }
a { background-color: rgb(230,114,221); }
div.DivClassName
{
background-color: #E672DD;
}
.BgClassName
{
background-color: #E672DD;
}
</style>
border-color css
<style>
span { border-color: #E672DD; }
span { border-color: rgb(230,114,221); }
td.TdClassName
{
border-color: #E672DD;
}
.TagClassName
{
border-color: #E672DD;
}
</style>