#E183CF

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

Shades of Orchid #E183CF

Tints of Orchid #E183CF

Color information

#E183CF (or 0xE183CF) is unknown color: approx Orchid. HEX triplet: E1, 83 and CF. RGB value is (225,131,207). Sum of RGB (Red+Green+Blue) = 225+131+207=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CF is #1E7C30. Grayscale: #A7A7A7. Windows color (decimal): -1997873 or 13599713. OLE color: 13599713.

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

Color convert

RGB225131207-
CMYK00.420.080.12
HSL311.49º61.04%69.8%-
HSV(B)311.49º41.78%88.24%-
XYZ50.4336.7563.47-
YUV167.77150.14168.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 23.27%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=39.96%
G=23.27%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513120700.420.080.12311.4961.0469.8
HexE183CF02A8C1373d46
Octal341203317052101446775106
Binary1110000110000011110011110101010100011001001101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E183CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E183CF; }

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

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

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

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

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

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

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

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