Shades of Orchid #E672CD
Tints of Orchid #E672CD
RGB
CMYK
RGB Variations
Color information
#E672CD (or 0xE672CD) is known color: Orchid. HEX triplet: E6, 72 and CD. RGB value is (230,114,205). Sum of RGB (Red+Green+Blue) = 230+114+205=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CD is #198D32. Grayscale: #9E9E9E. Windows color (decimal): -1674547 or 13464294. OLE color: 13464294.
HSL color Cylindrical-coordinate representation of color #E672CD: hue angle of 312.93º 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 #E672CD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 205 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.10 |
| HSL | 312.93º | 0.7% | 0.67% | - |
| HSV(B) | 312.93º | 0.5% | 0.9% | - |
| XYZ | 49.67 | 33.27 | 61.56 | - |
| YUV | 159.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 205 | 0 | 0.50 | 0.11 | 0.10 | 312.93 | 0.7 | 0.67 |
| Hex | E6 | 72 | CD | 0 | 32 | B | A | 139 | 46 | 43 |
| Octal | 346 | 162 | 315 | 0 | 62 | 13 | 12 | 471 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11001101 | 0 | 110010 | 1011 | 1010 | 100111001 | 1000110 | 1000011 |
Color Harmonies of #E672CD
Complementary color
Monochromatic Colors of #E672CD
Black with #E672CD
Text Example
Text Example
White with #E672CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672CD; }
p { color: rgb(230,114,205); }
H1.HeaderClassName
{
color: #E672CD;
}
.AnyTagClassName
{
color: #E672CD;
}
</style>
background-color css
<style>
a { background-color: #E672CD; }
a { background-color: rgb(230,114,205); }
div.DivClassName
{
background-color: #E672CD;
}
.BgClassName
{
background-color: #E672CD;
}
</style>
border-color css
<style>
span { border-color: #E672CD; }
span { border-color: rgb(230,114,205); }
td.TdClassName
{
border-color: #E672CD;
}
.TagClassName
{
border-color: #E672CD;
}
</style>