#E284CF

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

Shades of Orchid #E284CF

Tints of Orchid #E284CF

Color information

#E284CF (or 0xE284CF) is unknown color: approx Orchid. HEX triplet: E2, 84 and CF. RGB value is (226,132,207). Sum of RGB (Red+Green+Blue) = 226+132+207=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CF is #1D7B30. Grayscale: #A8A8A8. Windows color (decimal): -1932081 or 13599970. OLE color: 13599970.

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

Color convert

RGB226132207-
CMYK00.420.080.11
HSL312.13º61.84%70.2%-
HSV(B)312.13º41.59%88.63%-
XYZ50.8837.1863.53-
YUV168.66149.64168.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=40%
G=23.36%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613220700.420.080.11312.1361.8470.2
HexE284CF02A8B1383e46
Octal342204317052101347076106
Binary1110001010000100110011110101010100010111001110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284CF; }

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

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

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

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

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

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

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

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