#E184CF

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

Shades of Orchid #E184CF

Tints of Orchid #E184CF

Color information

#E184CF (or 0xE184CF) is unknown color: approx Orchid. HEX triplet: E1, 84 and CF. RGB value is (225,132,207). Sum of RGB (Red+Green+Blue) = 225+132+207=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CF is #1E7B30. Grayscale: #A8A8A8. Windows color (decimal): -1997617 or 13599969. OLE color: 13599969.

HSL color Cylindrical-coordinate representation of color #E184CF: hue angle of 311.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184CF is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225132207-
CMYK00.410.080.12
HSL311.61º60.78%70%-
HSV(B)311.61º41.33%88.24%-
XYZ50.5737.0263.51-
YUV168.36149.81168.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=39.89%
G=23.40%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513220700.410.080.12311.6160.7870
HexE184CF0298C1383d46
Octal341204317051101447075106
Binary1110000110000100110011110101001100011001001110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184CF; }

 p { color: rgb(225,132,207); }

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

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

 a { background-color: rgb(225,132,207); }

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

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

 span { border-color: rgb(225,132,207); }

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