Shades of Orchid #E672CA
Tints of Orchid #E672CA
RGB
CMYK
RGB Variations
Color information
#E672CA (or 0xE672CA) is known color: Orchid. HEX triplet: E6, 72 and CA. RGB value is (230,114,202). Sum of RGB (Red+Green+Blue) = 230+114+202=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CA is #198D35. Grayscale: #9E9E9E. Windows color (decimal): -1674550 or 13267686. OLE color: 13267686.
HSL color Cylindrical-coordinate representation of color #E672CA: hue angle of 314.48º 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 #E672CA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 202 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.10 |
| HSL | 314.48º | 0.7% | 0.67% | - |
| HSV(B) | 314.48º | 0.5% | 0.9% | - |
| XYZ | 49.31 | 33.12 | 59.67 | - |
| YUV | 158.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 202 | 0 | 0.50 | 0.12 | 0.10 | 314.48 | 0.7 | 0.67 |
| Hex | E6 | 72 | CA | 0 | 32 | C | A | 13A | 46 | 43 |
| Octal | 346 | 162 | 312 | 0 | 62 | 14 | 12 | 472 | 106 | 103 |
| Binary | 11100110 | 1110010 | 11001010 | 0 | 110010 | 1100 | 1010 | 100111010 | 1000110 | 1000011 |
Color Harmonies of #E672CA
Complementary color
Monochromatic Colors of #E672CA
Black with #E672CA
Text Example
Text Example
White with #E672CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672CA; }
p { color: rgb(230,114,202); }
H1.HeaderClassName
{
color: #E672CA;
}
.AnyTagClassName
{
color: #E672CA;
}
</style>
background-color css
<style>
a { background-color: #E672CA; }
a { background-color: rgb(230,114,202); }
div.DivClassName
{
background-color: #E672CA;
}
.BgClassName
{
background-color: #E672CA;
}
</style>
border-color css
<style>
span { border-color: #E672CA; }
span { border-color: rgb(230,114,202); }
td.TdClassName
{
border-color: #E672CA;
}
.TagClassName
{
border-color: #E672CA;
}
</style>