#E184CD

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

Shades of Orchid #E184CD

Tints of Orchid #E184CD

Color information

#E184CD (or 0xE184CD) is unknown color: approx Orchid. HEX triplet: E1, 84 and CD. RGB value is (225,132,205). Sum of RGB (Red+Green+Blue) = 225+132+205=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CD is #1E7B32. Grayscale: #A7A7A7. Windows color (decimal): -1997619 or 13468897. OLE color: 13468897.

HSL color Cylindrical-coordinate representation of color #E184CD: hue angle of 312.9º 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 #E184CD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225132205-
CMYK00.410.090.12
HSL312.9º60.78%70%-
HSV(B)312.9º41.33%88.24%-
XYZ50.3236.9262.23-
YUV168.13148.81168.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=40.04%
G=23.49%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513220500.410.090.12312.960.7870
HexE184CD0299C1393d46
Octal341204315051111447175106
Binary1110000110000100110011010101001100111001001110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184CD; }

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

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

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

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

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

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

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

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