#E872CF

Color #E872CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E872CF

Tints of Orchid #E872CF

Color information

#E872CF (or 0xE872CF) is unknown color: approx Orchid. HEX triplet: E8, 72 and CF. RGB value is (232,114,207). Sum of RGB (Red+Green+Blue) = 232+114+207=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E872CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872CF is #178D30. Grayscale: #9F9F9F. Windows color (decimal): -1543473 or 13595368. OLE color: 13595368.

HSL color Cylindrical-coordinate representation of color #E872CF: hue angle of 312.71º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872CF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232114207-
CMYK00.510.110.09
HSL312.71º71.95%67.84%-
HSV(B)312.71º50.86%90.98%-
XYZ50.5633.762.87-
YUV159.88154.59179.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=41.95%
G=20.61%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211420700.510.110.09312.7171.9567.84
HexE872CF033B91394844
Octal3501623170631311471110104
Binary1110100011100101100111101100111011100110011100110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E872CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E872CF; }

 p { color: rgb(232,114,207); }

 H1.HeaderClassName
 {
   color: #E872CF;
 }
 .AnyTagClassName
 {
   color: #E872CF;
 }
</style>
background-color css

<style>
 a { background-color: #E872CF; }

 a { background-color: rgb(232,114,207); }

 div.DivClassName
 {
   background-color: #E872CF;
 }
 .BgClassName
 {
   background-color: #E872CF;
 }
</style>
border-color css

<style>
 span { border-color: #E872CF; }

 span { border-color: rgb(232,114,207); }

 td.TdClassName
 {
   border-color: #E872CF;
 }
 .TagClassName
 {
   border-color: #E872CF;
 }
</style>